Shades of Summer Sky #379DCC
Tints of Summer Sky #379DCC
RGB
CMYK
RGB Variations
Color information
#379DCC (or 0x379DCC) is known color: Summer Sky. HEX triplet: 37, 9D and CC. RGB value is (55,157,204). Sum of RGB (Red+Green+Blue) = 55+157+204=416 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.22% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #379DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379DCC is #C86233. Grayscale: #838383. Windows color (decimal): -13132340 or 13409591. OLE color: 13409591.
HSL color Cylindrical-coordinate representation of color #379DCC: hue angle of 198.93º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #379DCC is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 157 | 204 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.2 |
| HSL | 198.93º | 0.59% | 0.51% | - |
| HSV(B) | 198.93º | 0.73% | 0.8% | - |
| XYZ | 24.53 | 29.29 | 61.49 | - |
| YUV | 131.86 | 168.71 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 157 | 204 | 0.73 | 0.23 | 0 | 0.2 | 198.93 | 0.59 | 0.51 |
| Hex | 37 | 9D | CC | 49 | 17 | 0 | 14 | C7 | 3B | 33 |
| Octal | 67 | 235 | 314 | 111 | 27 | 0 | 24 | 307 | 73 | 63 |
| Binary | 110111 | 10011101 | 11001100 | 1001001 | 10111 | 0 | 10100 | 11000111 | 111011 | 110011 |
Color Harmonies of #379DCC
Complementary color
Monochromatic Colors of #379DCC
Black with #379DCC
Text Example
Text Example
White with #379DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379DCC; }
p { color: rgb(55,157,204); }
H1.HeaderClassName
{
color: #379DCC;
}
.AnyTagClassName
{
color: #379DCC;
}
</style>
background-color css
<style>
a { background-color: #379DCC; }
a { background-color: rgb(55,157,204); }
div.DivClassName
{
background-color: #379DCC;
}
.BgClassName
{
background-color: #379DCC;
}
</style>
border-color css
<style>
span { border-color: #379DCC; }
span { border-color: rgb(55,157,204); }
td.TdClassName
{
border-color: #379DCC;
}
.TagClassName
{
border-color: #379DCC;
}
</style>