Shades of Summer Sky #36A0CA
Tints of Summer Sky #36A0CA
RGB
CMYK
RGB Variations
Color information
#36A0CA (or 0x36A0CA) is known color: Summer Sky. HEX triplet: 36, A0 and CA. RGB value is (54,160,202). Sum of RGB (Red+Green+Blue) = 54+160+202=416 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.98% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #36A0CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36A0CA is #C95F35. Grayscale: #848484. Windows color (decimal): -13197110 or 13279286. OLE color: 13279286.
HSL color Cylindrical-coordinate representation of color #36A0CA: hue angle of 197.03º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36A0CA is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 160 | 202 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.21 |
| HSL | 197.03º | 0.58% | 0.5% | - |
| HSV(B) | 197.03º | 0.73% | 0.79% | - |
| XYZ | 24.75 | 30.19 | 60.4 | - |
| YUV | 133.09 | 166.88 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 160 | 202 | 0.73 | 0.21 | 0 | 0.21 | 197.03 | 0.58 | 0.5 |
| Hex | 36 | A0 | CA | 49 | 15 | 0 | 15 | C5 | 3A | 32 |
| Octal | 66 | 240 | 312 | 111 | 25 | 0 | 25 | 305 | 72 | 62 |
| Binary | 110110 | 10100000 | 11001010 | 1001001 | 10101 | 0 | 10101 | 11000101 | 111010 | 110010 |
Color Harmonies of #36A0CA
Complementary color
Monochromatic Colors of #36A0CA
Black with #36A0CA
Text Example
Text Example
White with #36A0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A0CA; }
p { color: rgb(54,160,202); }
H1.HeaderClassName
{
color: #36A0CA;
}
.AnyTagClassName
{
color: #36A0CA;
}
</style>
background-color css
<style>
a { background-color: #36A0CA; }
a { background-color: rgb(54,160,202); }
div.DivClassName
{
background-color: #36A0CA;
}
.BgClassName
{
background-color: #36A0CA;
}
</style>
border-color css
<style>
span { border-color: #36A0CA; }
span { border-color: rgb(54,160,202); }
td.TdClassName
{
border-color: #36A0CA;
}
.TagClassName
{
border-color: #36A0CA;
}
</style>