Shades of Summer Sky #369ECC
Tints of Summer Sky #369ECC
RGB
CMYK
RGB Variations
Color information
#369ECC (or 0x369ECC) is known color: Summer Sky. HEX triplet: 36, 9E and CC. RGB value is (54,158,204). Sum of RGB (Red+Green+Blue) = 54+158+204=416 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.98% from 416); Green value is 158 (62.11% from 255 or 37.98% 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 #369ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369ECC is #C96133. Grayscale: #838383. Windows color (decimal): -13197620 or 13409846. OLE color: 13409846.
HSL color Cylindrical-coordinate representation of color #369ECC: hue angle of 198.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #369ECC is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 158 | 204 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.2 |
| HSL | 198.4º | 0.6% | 0.51% | - |
| HSV(B) | 198.4º | 0.74% | 0.8% | - |
| XYZ | 24.65 | 29.6 | 61.54 | - |
| YUV | 132.15 | 168.54 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 158 | 204 | 0.74 | 0.23 | 0 | 0.2 | 198.4 | 0.6 | 0.51 |
| Hex | 36 | 9E | CC | 4A | 17 | 0 | 14 | C6 | 3C | 33 |
| Octal | 66 | 236 | 314 | 112 | 27 | 0 | 24 | 306 | 74 | 63 |
| Binary | 110110 | 10011110 | 11001100 | 1001010 | 10111 | 0 | 10100 | 11000110 | 111100 | 110011 |
Color Harmonies of #369ECC
Complementary color
Monochromatic Colors of #369ECC
Black with #369ECC
Text Example
Text Example
White with #369ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369ECC; }
p { color: rgb(54,158,204); }
H1.HeaderClassName
{
color: #369ECC;
}
.AnyTagClassName
{
color: #369ECC;
}
</style>
background-color css
<style>
a { background-color: #369ECC; }
a { background-color: rgb(54,158,204); }
div.DivClassName
{
background-color: #369ECC;
}
.BgClassName
{
background-color: #369ECC;
}
</style>
border-color css
<style>
span { border-color: #369ECC; }
span { border-color: rgb(54,158,204); }
td.TdClassName
{
border-color: #369ECC;
}
.TagClassName
{
border-color: #369ECC;
}
</style>