Shades of Pelorous #36A0BA
Tints of Pelorous #36A0BA
RGB
CMYK
RGB Variations
Color information
#36A0BA (or 0x36A0BA) is known color: Pelorous. HEX triplet: 36, A0 and BA. RGB value is (54,160,186). Sum of RGB (Red+Green+Blue) = 54+160+186=400 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.5% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #36A0BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36A0BA is #C95F45. Grayscale: #838383. Windows color (decimal): -13197126 or 12230710. OLE color: 12230710.
HSL color Cylindrical-coordinate representation of color #36A0BA: hue angle of 191.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36A0BA is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 160 | 186 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.27 |
| HSL | 191.82º | 0.55% | 0.47% | - |
| HSV(B) | 191.82º | 0.71% | 0.73% | - |
| XYZ | 22.96 | 29.47 | 50.93 | - |
| YUV | 131.27 | 158.88 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 160 | 186 | 0.71 | 0.14 | 0 | 0.27 | 191.82 | 0.55 | 0.47 |
| Hex | 36 | A0 | BA | 47 | E | 0 | 1B | C0 | 37 | 2F |
| Octal | 66 | 240 | 272 | 107 | 16 | 0 | 33 | 300 | 67 | 57 |
| Binary | 110110 | 10100000 | 10111010 | 1000111 | 1110 | 0 | 11011 | 11000000 | 110111 | 101111 |
Color Harmonies of #36A0BA
Complementary color
Monochromatic Colors of #36A0BA
Black with #36A0BA
Text Example
Text Example
White with #36A0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A0BA; }
p { color: rgb(54,160,186); }
H1.HeaderClassName
{
color: #36A0BA;
}
.AnyTagClassName
{
color: #36A0BA;
}
</style>
background-color css
<style>
a { background-color: #36A0BA; }
a { background-color: rgb(54,160,186); }
div.DivClassName
{
background-color: #36A0BA;
}
.BgClassName
{
background-color: #36A0BA;
}
</style>
border-color css
<style>
span { border-color: #36A0BA; }
span { border-color: rgb(54,160,186); }
td.TdClassName
{
border-color: #36A0BA;
}
.TagClassName
{
border-color: #36A0BA;
}
</style>