Shades of Summer Sky #369CDC
Tints of Summer Sky #369CDC
RGB
CMYK
RGB Variations
Color information
#369CDC (or 0x369CDC) is known color: Summer Sky. HEX triplet: 36, 9C and DC. RGB value is (54,156,220). Sum of RGB (Red+Green+Blue) = 54+156+220=430 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.56% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #369CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369CDC is #C96323. Grayscale: #848484. Windows color (decimal): -13198116 or 14457910. OLE color: 14457910.
HSL color Cylindrical-coordinate representation of color #369CDC: hue angle of 203.13º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #369CDC is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 156 | 220 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.14 |
| HSL | 203.13º | 0.7% | 0.54% | - |
| HSV(B) | 203.13º | 0.75% | 0.86% | - |
| XYZ | 26.33 | 29.73 | 72.06 | - |
| YUV | 132.8 | 177.21 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 156 | 220 | 0.75 | 0.29 | 0 | 0.14 | 203.13 | 0.7 | 0.54 |
| Hex | 36 | 9C | DC | 4B | 1D | 0 | E | CB | 46 | 36 |
| Octal | 66 | 234 | 334 | 113 | 35 | 0 | 16 | 313 | 106 | 66 |
| Binary | 110110 | 10011100 | 11011100 | 1001011 | 11101 | 0 | 1110 | 11001011 | 1000110 | 110110 |
Color Harmonies of #369CDC
Complementary color
Monochromatic Colors of #369CDC
Black with #369CDC
Text Example
Text Example
White with #369CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369CDC; }
p { color: rgb(54,156,220); }
H1.HeaderClassName
{
color: #369CDC;
}
.AnyTagClassName
{
color: #369CDC;
}
</style>
background-color css
<style>
a { background-color: #369CDC; }
a { background-color: rgb(54,156,220); }
div.DivClassName
{
background-color: #369CDC;
}
.BgClassName
{
background-color: #369CDC;
}
</style>
border-color css
<style>
span { border-color: #369CDC; }
span { border-color: rgb(54,156,220); }
td.TdClassName
{
border-color: #369CDC;
}
.TagClassName
{
border-color: #369CDC;
}
</style>