Shades of Summer Sky #36A3CC
Tints of Summer Sky #36A3CC
RGB
CMYK
RGB Variations
Color information
#36A3CC (or 0x36A3CC) is known color: Summer Sky. HEX triplet: 36, A3 and CC. RGB value is (54,163,204). Sum of RGB (Red+Green+Blue) = 54+163+204=421 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.83% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #36A3CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36A3CC is #C95C33. Grayscale: #868686. Windows color (decimal): -13196340 or 13411126. OLE color: 13411126.
HSL color Cylindrical-coordinate representation of color #36A3CC: hue angle of 196.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36A3CC is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 163 | 204 | - |
| CMYK | 0.74 | 0.20 | 0 | 0.2 |
| HSL | 196.4º | 0.6% | 0.51% | - |
| HSV(B) | 196.4º | 0.74% | 0.8% | - |
| XYZ | 25.52 | 31.34 | 61.83 | - |
| YUV | 135.08 | 166.89 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 163 | 204 | 0.74 | 0.20 | 0 | 0.2 | 196.4 | 0.6 | 0.51 |
| Hex | 36 | A3 | CC | 4A | 14 | 0 | 14 | C4 | 3C | 33 |
| Octal | 66 | 243 | 314 | 112 | 24 | 0 | 24 | 304 | 74 | 63 |
| Binary | 110110 | 10100011 | 11001100 | 1001010 | 10100 | 0 | 10100 | 11000100 | 111100 | 110011 |
Color Harmonies of #36A3CC
Complementary color
Monochromatic Colors of #36A3CC
Black with #36A3CC
Text Example
Text Example
White with #36A3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A3CC; }
p { color: rgb(54,163,204); }
H1.HeaderClassName
{
color: #36A3CC;
}
.AnyTagClassName
{
color: #36A3CC;
}
</style>
background-color css
<style>
a { background-color: #36A3CC; }
a { background-color: rgb(54,163,204); }
div.DivClassName
{
background-color: #36A3CC;
}
.BgClassName
{
background-color: #36A3CC;
}
</style>
border-color css
<style>
span { border-color: #36A3CC; }
span { border-color: rgb(54,163,204); }
td.TdClassName
{
border-color: #36A3CC;
}
.TagClassName
{
border-color: #36A3CC;
}
</style>