Shades of Summer Sky #379EC8
Tints of Summer Sky #379EC8
RGB
CMYK
RGB Variations
Color information
#379EC8 (or 0x379EC8) is known color: Summer Sky. HEX triplet: 37, 9E and C8. RGB value is (55,158,200). Sum of RGB (Red+Green+Blue) = 55+158+200=413 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.32% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 200 (78.52% from 255 or 48.43% from 413); Max value from RGB is 200 - color contains mainly: blue. Hex color #379EC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379EC8 is #C86137. Grayscale: #838383. Windows color (decimal): -13132088 or 13147703. OLE color: 13147703.
HSL color Cylindrical-coordinate representation of color #379EC8: hue angle of 197.38º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #379EC8 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 158 | 200 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.22 |
| HSL | 197.38º | 0.57% | 0.5% | - |
| HSV(B) | 197.38º | 0.73% | 0.78% | - |
| XYZ | 24.23 | 29.44 | 59.05 | - |
| YUV | 131.99 | 166.38 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 158 | 200 | 0.72 | 0.21 | 0 | 0.22 | 197.38 | 0.57 | 0.5 |
| Hex | 37 | 9E | C8 | 48 | 15 | 0 | 16 | C5 | 39 | 32 |
| Octal | 67 | 236 | 310 | 110 | 25 | 0 | 26 | 305 | 71 | 62 |
| Binary | 110111 | 10011110 | 11001000 | 1001000 | 10101 | 0 | 10110 | 11000101 | 111001 | 110010 |
Color Harmonies of #379EC8
Complementary color
Monochromatic Colors of #379EC8
Black with #379EC8
Text Example
Text Example
White with #379EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379EC8; }
p { color: rgb(55,158,200); }
H1.HeaderClassName
{
color: #379EC8;
}
.AnyTagClassName
{
color: #379EC8;
}
</style>
background-color css
<style>
a { background-color: #379EC8; }
a { background-color: rgb(55,158,200); }
div.DivClassName
{
background-color: #379EC8;
}
.BgClassName
{
background-color: #379EC8;
}
</style>
border-color css
<style>
span { border-color: #379EC8; }
span { border-color: rgb(55,158,200); }
td.TdClassName
{
border-color: #379EC8;
}
.TagClassName
{
border-color: #379EC8;
}
</style>