#379DEB

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

Shades of Summer Sky #379DEB

Tints of Summer Sky #379DEB

Color information

#379DEB (or 0x379DEB) is unknown color: approx Summer Sky. HEX triplet: 37, 9D and EB. RGB value is (55,157,235). Sum of RGB (Red+Green+Blue) = 55+157+235=447 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.30% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #379DEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379DEB is #C86214. Grayscale: #868686. Windows color (decimal): -13132309 or 15441207. OLE color: 15441207.

HSL color Cylindrical-coordinate representation of color #379DEB: hue angle of 206º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #379DEB is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB55157235-
CMYK0.770.3300.08
HSL206º81.82%56.86%-
HSV(B)206º76.6%92.16%-
XYZ28.6330.9283.06-
YUV135.39184.2170.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.30%
GREEN value IS 157 (61.72% from 255) = 35.12%
BLUE value IS 235 (92.19% from 255) = 52.57%
R=12.30%
G=35.12%
B=52.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal551572350.770.3300.0820681.8256.86
Hex379DEB4D2108ce5239
Octal672353531154101031612271
Binary1101111001110111101011100110110000101000110011101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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