#379de2

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

Shades of Summer Sky #379DE2

Tints of Summer Sky #379DE2

Color information

#379DE2 (or 0x379DE2) is unknown color: approx Summer Sky. HEX triplet: 37, 9D and E2. RGB value is (55,157,226). Sum of RGB (Red+Green+Blue) = 55+157+226=438 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.56% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 226 (88.67% from 255 or 51.60% from 438); Max value from RGB is 226 - color contains mainly: blue. Hex color #379DE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379DE2 is #C8621D. Grayscale: #858585. Windows color (decimal): -13132318 or 14851383. OLE color: 14851383.

HSL color Cylindrical-coordinate representation of color #379DE2: hue angle of 204.21º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #379DE2 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB55157226-
CMYK0.760.3100.11
HSL204.21º74.67%55.1%-
HSV(B)204.21º75.66%88.63%-
XYZ27.3630.4276.38-
YUV134.37179.7171.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.56%
GREEN value IS 157 (61.72% from 255) = 35.84%
BLUE value IS 226 (88.67% from 255) = 51.60%
R=12.56%
G=35.84%
B=51.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal551572260.760.3100.11204.2174.6755.1
Hex379DE24C1F0Bcc4b37
Octal672353421143701331411367
Binary110111100111011110001010011001111101011110011001001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379de2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,157,226); }

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

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

 a { background-color: rgb(55,157,226); }

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

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

 span { border-color: rgb(55,157,226); }

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