Shades of Summer Sky #36A2D1
Tints of Summer Sky #36A2D1
RGB
CMYK
RGB Variations
Color information
#36A2D1 (or 0x36A2D1) is known color: Summer Sky. HEX triplet: 36, A2 and D1. RGB value is (54,162,209). Sum of RGB (Red+Green+Blue) = 54+162+209=425 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.71% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 209 (82.03% from 255 or 49.18% from 425); Max value from RGB is 209 - color contains mainly: blue. Hex color #36A2D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36A2D1 is #C95D2E. Grayscale: #868686. Windows color (decimal): -13196591 or 13738550. OLE color: 13738550.
HSL color Cylindrical-coordinate representation of color #36A2D1: hue angle of 198.19º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36A2D1 is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 162 | 209 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.18 |
| HSL | 198.19º | 0.63% | 0.52% | - |
| HSV(B) | 198.19º | 0.74% | 0.82% | - |
| XYZ | 25.95 | 31.23 | 64.98 | - |
| YUV | 135.07 | 169.72 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 162 | 209 | 0.74 | 0.22 | 0 | 0.18 | 198.19 | 0.63 | 0.52 |
| Hex | 36 | A2 | D1 | 4A | 16 | 0 | 12 | C6 | 3F | 34 |
| Octal | 66 | 242 | 321 | 112 | 26 | 0 | 22 | 306 | 77 | 64 |
| Binary | 110110 | 10100010 | 11010001 | 1001010 | 10110 | 0 | 10010 | 11000110 | 111111 | 110100 |
Color Harmonies of #36A2D1
Complementary color
Monochromatic Colors of #36A2D1
Black with #36A2D1
Text Example
Text Example
White with #36A2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A2D1; }
p { color: rgb(54,162,209); }
H1.HeaderClassName
{
color: #36A2D1;
}
.AnyTagClassName
{
color: #36A2D1;
}
</style>
background-color css
<style>
a { background-color: #36A2D1; }
a { background-color: rgb(54,162,209); }
div.DivClassName
{
background-color: #36A2D1;
}
.BgClassName
{
background-color: #36A2D1;
}
</style>
border-color css
<style>
span { border-color: #36A2D1; }
span { border-color: rgb(54,162,209); }
td.TdClassName
{
border-color: #36A2D1;
}
.TagClassName
{
border-color: #36A2D1;
}
</style>