#379AD5

Color #379AD5 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #379AD5

Tints of Summer Sky #379AD5

Color information

#379AD5 (or 0x379AD5) is unknown color: approx Summer Sky. HEX triplet: 37, 9A and D5. RGB value is (55,154,213). Sum of RGB (Red+Green+Blue) = 55+154+213=422 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.03% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 213 (83.59% from 255 or 50.47% from 422); Max value from RGB is 213 - color contains mainly: blue. Hex color #379AD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379AD5 is #C8652A. Grayscale: #828282. Windows color (decimal): -13133099 or 13998647. OLE color: 13998647.

HSL color Cylindrical-coordinate representation of color #379AD5: hue angle of 202.41º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #379AD5 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB55154213-
CMYK0.740.2800.16
HSL202.41º65.29%52.55%-
HSV(B)202.41º74.18%83.53%-
XYZ25.1428.7367.17-
YUV131.12174.273.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 13.03%
GREEN value IS 154 (60.55% from 255) = 36.49%
BLUE value IS 213 (83.59% from 255) = 50.47%
R=13.03%
G=36.49%
B=50.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal551542130.740.2800.16202.4165.2952.55
Hex379AD54A1C010ca4135
Octal672323251123402031210165
Binary1101111001101011010101100101011100010000110010101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379AD5; }

 p { color: rgb(55,154,213); }

 H1.HeaderClassName
 {
   color: #379AD5;
 }
 .AnyTagClassName
 {
   color: #379AD5;
 }
</style>
background-color css

<style>
 a { background-color: #379AD5; }

 a { background-color: rgb(55,154,213); }

 div.DivClassName
 {
   background-color: #379AD5;
 }
 .BgClassName
 {
   background-color: #379AD5;
 }
</style>
border-color css

<style>
 span { border-color: #379AD5; }

 span { border-color: rgb(55,154,213); }

 td.TdClassName
 {
   border-color: #379AD5;
 }
 .TagClassName
 {
   border-color: #379AD5;
 }
</style>