Shades of Summer Sky #36A1E0
Tints of Summer Sky #36A1E0
RGB
CMYK
RGB Variations
Color information
#36A1E0 (or 0x36A1E0) is known color: Summer Sky. HEX triplet: 36, A1 and E0. RGB value is (54,161,224). Sum of RGB (Red+Green+Blue) = 54+161+224=439 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.30% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 224 (87.89% from 255 or 51.03% from 439); Max value from RGB is 224 - color contains mainly: blue. Hex color #36A1E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36A1E0 is #C95E1F. Grayscale: #878787. Windows color (decimal): -13196832 or 14721334. OLE color: 14721334.
HSL color Cylindrical-coordinate representation of color #36A1E0: hue angle of 202.24º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36A1E0 is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 161 | 224 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.12 |
| HSL | 202.24º | 0.73% | 0.55% | - |
| HSV(B) | 202.24º | 0.76% | 0.88% | - |
| XYZ | 27.72 | 31.66 | 75.17 | - |
| YUV | 136.19 | 177.55 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 161 | 224 | 0.76 | 0.28 | 0 | 0.12 | 202.24 | 0.73 | 0.55 |
| Hex | 36 | A1 | E0 | 4C | 1C | 0 | C | CA | 49 | 37 |
| Octal | 66 | 241 | 340 | 114 | 34 | 0 | 14 | 312 | 111 | 67 |
| Binary | 110110 | 10100001 | 11100000 | 1001100 | 11100 | 0 | 1100 | 11001010 | 1001001 | 110111 |
Color Harmonies of #36A1E0
Complementary color
Monochromatic Colors of #36A1E0
Black with #36A1E0
Text Example
Text Example
White with #36A1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A1E0; }
p { color: rgb(54,161,224); }
H1.HeaderClassName
{
color: #36A1E0;
}
.AnyTagClassName
{
color: #36A1E0;
}
</style>
background-color css
<style>
a { background-color: #36A1E0; }
a { background-color: rgb(54,161,224); }
div.DivClassName
{
background-color: #36A1E0;
}
.BgClassName
{
background-color: #36A1E0;
}
</style>
border-color css
<style>
span { border-color: #36A1E0; }
span { border-color: rgb(54,161,224); }
td.TdClassName
{
border-color: #36A1E0;
}
.TagClassName
{
border-color: #36A1E0;
}
</style>