#379FD9

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

Shades of Summer Sky #379FD9

Tints of Summer Sky #379FD9

Color information

#379FD9 (or 0x379FD9) is unknown color: approx Summer Sky. HEX triplet: 37, 9F and D9. RGB value is (55,159,217). Sum of RGB (Red+Green+Blue) = 55+159+217=431 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.76% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 217 (85.16% from 255 or 50.35% from 431); Max value from RGB is 217 - color contains mainly: blue. Hex color #379FD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379FD9 is #C86026. Grayscale: #868686. Windows color (decimal): -13131815 or 14262071. OLE color: 14262071.

HSL color Cylindrical-coordinate representation of color #379FD9: hue angle of 201.48º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #379FD9 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB55159217-
CMYK0.750.2700.15
HSL201.48º68.07%53.33%-
HSV(B)201.48º74.65%85.1%-
XYZ26.530.6270.16-
YUV134.52174.5471.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.76%
GREEN value IS 159 (62.5% from 255) = 36.89%
BLUE value IS 217 (85.16% from 255) = 50.35%
R=12.76%
G=36.89%
B=50.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal551592170.750.2700.15201.4868.0753.33
Hex379FD94B1B0Fc94435
Octal672373311133301731110465
Binary110111100111111101100110010111101101111110010011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,159,217); }

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

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

 a { background-color: rgb(55,159,217); }

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

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

 span { border-color: rgb(55,159,217); }

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