Shades of Summer Sky #369FCC
Tints of Summer Sky #369FCC
RGB
CMYK
RGB Variations
Color information
#369FCC (or 0x369FCC) is known color: Summer Sky. HEX triplet: 36, 9F and CC. RGB value is (54,159,204). Sum of RGB (Red+Green+Blue) = 54+159+204=417 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.95% from 417); Green value is 159 (62.5% from 255 or 38.13% 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 #369FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369FCC is #C96033. Grayscale: #848484. Windows color (decimal): -13197364 or 13410102. OLE color: 13410102.
HSL color Cylindrical-coordinate representation of color #369FCC: hue angle of 198º 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 #369FCC is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 159 | 204 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.2 |
| HSL | 198º | 0.6% | 0.51% | - |
| HSV(B) | 198º | 0.74% | 0.8% | - |
| XYZ | 24.82 | 29.94 | 61.6 | - |
| YUV | 132.74 | 168.21 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 159 | 204 | 0.74 | 0.22 | 0 | 0.2 | 198 | 0.6 | 0.51 |
| Hex | 36 | 9F | CC | 4A | 16 | 0 | 14 | C6 | 3C | 33 |
| Octal | 66 | 237 | 314 | 112 | 26 | 0 | 24 | 306 | 74 | 63 |
| Binary | 110110 | 10011111 | 11001100 | 1001010 | 10110 | 0 | 10100 | 11000110 | 111100 | 110011 |
Color Harmonies of #369FCC
Complementary color
Monochromatic Colors of #369FCC
Black with #369FCC
Text Example
Text Example
White with #369FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369FCC; }
p { color: rgb(54,159,204); }
H1.HeaderClassName
{
color: #369FCC;
}
.AnyTagClassName
{
color: #369FCC;
}
</style>
background-color css
<style>
a { background-color: #369FCC; }
a { background-color: rgb(54,159,204); }
div.DivClassName
{
background-color: #369FCC;
}
.BgClassName
{
background-color: #369FCC;
}
</style>
border-color css
<style>
span { border-color: #369FCC; }
span { border-color: rgb(54,159,204); }
td.TdClassName
{
border-color: #369FCC;
}
.TagClassName
{
border-color: #369FCC;
}
</style>