Shades of Summer Sky #369CCF
Tints of Summer Sky #369CCF
RGB
CMYK
RGB Variations
Color information
#369CCF (or 0x369CCF) is known color: Summer Sky. HEX triplet: 36, 9C and CF. RGB value is (54,156,207). Sum of RGB (Red+Green+Blue) = 54+156+207=417 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.95% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #369CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369CCF is #C96330. Grayscale: #838383. Windows color (decimal): -13198129 or 13605942. OLE color: 13605942.
HSL color Cylindrical-coordinate representation of color #369CCF: hue angle of 200º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #369CCF is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 156 | 207 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.19 |
| HSL | 200º | 0.61% | 0.51% | - |
| HSV(B) | 200º | 0.74% | 0.81% | - |
| XYZ | 24.67 | 29.07 | 63.34 | - |
| YUV | 131.32 | 170.71 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 156 | 207 | 0.74 | 0.25 | 0 | 0.19 | 200 | 0.61 | 0.51 |
| Hex | 36 | 9C | CF | 4A | 19 | 0 | 13 | C8 | 3D | 33 |
| Octal | 66 | 234 | 317 | 112 | 31 | 0 | 23 | 310 | 75 | 63 |
| Binary | 110110 | 10011100 | 11001111 | 1001010 | 11001 | 0 | 10011 | 11001000 | 111101 | 110011 |
Color Harmonies of #369CCF
Complementary color
Monochromatic Colors of #369CCF
Black with #369CCF
Text Example
Text Example
White with #369CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369CCF; }
p { color: rgb(54,156,207); }
H1.HeaderClassName
{
color: #369CCF;
}
.AnyTagClassName
{
color: #369CCF;
}
</style>
background-color css
<style>
a { background-color: #369CCF; }
a { background-color: rgb(54,156,207); }
div.DivClassName
{
background-color: #369CCF;
}
.BgClassName
{
background-color: #369CCF;
}
</style>
border-color css
<style>
span { border-color: #369CCF; }
span { border-color: rgb(54,156,207); }
td.TdClassName
{
border-color: #369CCF;
}
.TagClassName
{
border-color: #369CCF;
}
</style>