Shades of Summer Sky #379CCF
Tints of Summer Sky #379CCF
RGB
CMYK
RGB Variations
Color information
#379CCF (or 0x379CCF) is known color: Summer Sky. HEX triplet: 37, 9C and CF. RGB value is (55,156,207). Sum of RGB (Red+Green+Blue) = 55+156+207=418 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.16% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #379CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379CCF is #C86330. Grayscale: #838383. Windows color (decimal): -13132593 or 13605943. OLE color: 13605943.
HSL color Cylindrical-coordinate representation of color #379CCF: hue angle of 200.13º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #379CCF is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 156 | 207 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.19 |
| HSL | 200.13º | 0.61% | 0.51% | - |
| HSV(B) | 200.13º | 0.73% | 0.81% | - |
| XYZ | 24.73 | 29.09 | 63.34 | - |
| YUV | 131.62 | 170.54 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 156 | 207 | 0.73 | 0.25 | 0 | 0.19 | 200.13 | 0.61 | 0.51 |
| Hex | 37 | 9C | CF | 49 | 19 | 0 | 13 | C8 | 3D | 33 |
| Octal | 67 | 234 | 317 | 111 | 31 | 0 | 23 | 310 | 75 | 63 |
| Binary | 110111 | 10011100 | 11001111 | 1001001 | 11001 | 0 | 10011 | 11001000 | 111101 | 110011 |
Color Harmonies of #379CCF
Complementary color
Monochromatic Colors of #379CCF
Black with #379CCF
Text Example
Text Example
White with #379CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379CCF; }
p { color: rgb(55,156,207); }
H1.HeaderClassName
{
color: #379CCF;
}
.AnyTagClassName
{
color: #379CCF;
}
</style>
background-color css
<style>
a { background-color: #379CCF; }
a { background-color: rgb(55,156,207); }
div.DivClassName
{
background-color: #379CCF;
}
.BgClassName
{
background-color: #379CCF;
}
</style>
border-color css
<style>
span { border-color: #379CCF; }
span { border-color: rgb(55,156,207); }
td.TdClassName
{
border-color: #379CCF;
}
.TagClassName
{
border-color: #379CCF;
}
</style>