Shades of Summer Sky #399CCC
Tints of Summer Sky #399CCC
RGB
CMYK
RGB Variations
Color information
#399CCC (or 0x399CCC) is known color: Summer Sky. HEX triplet: 39, 9C and CC. RGB value is (57,156,204). Sum of RGB (Red+Green+Blue) = 57+156+204=417 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.67% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #399CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399CCC is #C66333. Grayscale: #838383. Windows color (decimal): -13001524 or 13409337. OLE color: 13409337.
HSL color Cylindrical-coordinate representation of color #399CCC: hue angle of 199.59º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #399CCC is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 156 | 204 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.2 |
| HSL | 199.59º | 0.59% | 0.51% | - |
| HSV(B) | 199.59º | 0.72% | 0.8% | - |
| XYZ | 24.47 | 29.01 | 61.44 | - |
| YUV | 131.87 | 168.7 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 156 | 204 | 0.72 | 0.24 | 0 | 0.2 | 199.59 | 0.59 | 0.51 |
| Hex | 39 | 9C | CC | 48 | 18 | 0 | 14 | C8 | 3B | 33 |
| Octal | 71 | 234 | 314 | 110 | 30 | 0 | 24 | 310 | 73 | 63 |
| Binary | 111001 | 10011100 | 11001100 | 1001000 | 11000 | 0 | 10100 | 11001000 | 111011 | 110011 |
Color Harmonies of #399CCC
Complementary color
Monochromatic Colors of #399CCC
Black with #399CCC
Text Example
Text Example
White with #399CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399CCC; }
p { color: rgb(57,156,204); }
H1.HeaderClassName
{
color: #399CCC;
}
.AnyTagClassName
{
color: #399CCC;
}
</style>
background-color css
<style>
a { background-color: #399CCC; }
a { background-color: rgb(57,156,204); }
div.DivClassName
{
background-color: #399CCC;
}
.BgClassName
{
background-color: #399CCC;
}
</style>
border-color css
<style>
span { border-color: #399CCC; }
span { border-color: rgb(57,156,204); }
td.TdClassName
{
border-color: #399CCC;
}
.TagClassName
{
border-color: #399CCC;
}
</style>