Shades of Summer Sky #36A3CA
Tints of Summer Sky #36A3CA
RGB
CMYK
RGB Variations
Color information
#36A3CA (or 0x36A3CA) is known color: Summer Sky. HEX triplet: 36, A3 and CA. RGB value is (54,163,202). Sum of RGB (Red+Green+Blue) = 54+163+202=419 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.89% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #36A3CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36A3CA is #C95C35. Grayscale: #868686. Windows color (decimal): -13196342 or 13280054. OLE color: 13280054.
HSL color Cylindrical-coordinate representation of color #36A3CA: hue angle of 195.81º 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 #36A3CA is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 163 | 202 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.21 |
| HSL | 195.81º | 0.58% | 0.5% | - |
| HSV(B) | 195.81º | 0.73% | 0.79% | - |
| XYZ | 25.28 | 31.24 | 60.58 | - |
| YUV | 134.86 | 165.89 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 163 | 202 | 0.73 | 0.19 | 0 | 0.21 | 195.81 | 0.58 | 0.5 |
| Hex | 36 | A3 | CA | 49 | 13 | 0 | 15 | C4 | 3A | 32 |
| Octal | 66 | 243 | 312 | 111 | 23 | 0 | 25 | 304 | 72 | 62 |
| Binary | 110110 | 10100011 | 11001010 | 1001001 | 10011 | 0 | 10101 | 11000100 | 111010 | 110010 |
Color Harmonies of #36A3CA
Complementary color
Monochromatic Colors of #36A3CA
Black with #36A3CA
Text Example
Text Example
White with #36A3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A3CA; }
p { color: rgb(54,163,202); }
H1.HeaderClassName
{
color: #36A3CA;
}
.AnyTagClassName
{
color: #36A3CA;
}
</style>
background-color css
<style>
a { background-color: #36A3CA; }
a { background-color: rgb(54,163,202); }
div.DivClassName
{
background-color: #36A3CA;
}
.BgClassName
{
background-color: #36A3CA;
}
</style>
border-color css
<style>
span { border-color: #36A3CA; }
span { border-color: rgb(54,163,202); }
td.TdClassName
{
border-color: #36A3CA;
}
.TagClassName
{
border-color: #36A3CA;
}
</style>