Shades of Pelorous #36A2B2
Tints of Pelorous #36A2B2
RGB
CMYK
RGB Variations
Color information
#36A2B2 (or 0x36A2B2) is known color: Pelorous. HEX triplet: 36, A2 and B2. RGB value is (54,162,178). Sum of RGB (Red+Green+Blue) = 54+162+178=394 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.71% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 178 (69.92% from 255 or 45.18% from 394); Max value from RGB is 178 - color contains mainly: blue. Hex color #36A2B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A2B2 is #C95D4D. Grayscale: #838383. Windows color (decimal): -13196622 or 11706934. OLE color: 11706934.
HSL color Cylindrical-coordinate representation of color #36A2B2: hue angle of 187.74º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36A2B2 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 54 | 162 | 178 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.30 |
| HSL | 187.74º | 0.53% | 0.45% | - |
| HSV(B) | 187.74º | 0.7% | 0.7% | - |
| XYZ | 22.48 | 29.84 | 46.69 | - |
| YUV | 131.53 | 154.22 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 162 | 178 | 0.70 | 0.09 | 0 | 0.30 | 187.74 | 0.53 | 0.45 |
| Hex | 36 | A2 | B2 | 46 | 9 | 0 | 1E | BC | 35 | 2D |
| Octal | 66 | 242 | 262 | 106 | 11 | 0 | 36 | 274 | 65 | 55 |
| Binary | 110110 | 10100010 | 10110010 | 1000110 | 1001 | 0 | 11110 | 10111100 | 110101 | 101101 |
Color Harmonies of #36A2B2
Complementary color
Monochromatic Colors of #36A2B2
Black with #36A2B2
Text Example
Text Example
White with #36A2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A2B2; }
p { color: rgb(54,162,178); }
H1.HeaderClassName
{
color: #36A2B2;
}
.AnyTagClassName
{
color: #36A2B2;
}
</style>
background-color css
<style>
a { background-color: #36A2B2; }
a { background-color: rgb(54,162,178); }
div.DivClassName
{
background-color: #36A2B2;
}
.BgClassName
{
background-color: #36A2B2;
}
</style>
border-color css
<style>
span { border-color: #36A2B2; }
span { border-color: rgb(54,162,178); }
td.TdClassName
{
border-color: #36A2B2;
}
.TagClassName
{
border-color: #36A2B2;
}
</style>