Shades of Pelorous #36AAB7
Tints of Pelorous #36AAB7
RGB
CMYK
RGB Variations
Color information
#36AAB7 (or 0x36AAB7) is known color: Pelorous. HEX triplet: 36, AA and B7. RGB value is (54,170,183). Sum of RGB (Red+Green+Blue) = 54+170+183=407 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.27% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 183 - color contains mainly: blue. Hex color #36AAB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36AAB7 is #C95548. Grayscale: #888888. Windows color (decimal): -13194569 or 12036662. OLE color: 12036662.
HSL color Cylindrical-coordinate representation of color #36AAB7: hue angle of 186.05º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36AAB7 is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 54 | 170 | 183 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.28 |
| HSL | 186.05º | 0.54% | 0.46% | - |
| HSV(B) | 186.05º | 0.7% | 0.72% | - |
| XYZ | 24.44 | 32.95 | 49.87 | - |
| YUV | 136.8 | 154.07 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 170 | 183 | 0.70 | 0.07 | 0 | 0.28 | 186.05 | 0.54 | 0.46 |
| Hex | 36 | AA | B7 | 46 | 7 | 0 | 1C | BA | 36 | 2E |
| Octal | 66 | 252 | 267 | 106 | 7 | 0 | 34 | 272 | 66 | 56 |
| Binary | 110110 | 10101010 | 10110111 | 1000110 | 111 | 0 | 11100 | 10111010 | 110110 | 101110 |
Color Harmonies of #36AAB7
Complementary color
Monochromatic Colors of #36AAB7
Black with #36AAB7
Text Example
Text Example
White with #36AAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36AAB7; }
p { color: rgb(54,170,183); }
H1.HeaderClassName
{
color: #36AAB7;
}
.AnyTagClassName
{
color: #36AAB7;
}
</style>
background-color css
<style>
a { background-color: #36AAB7; }
a { background-color: rgb(54,170,183); }
div.DivClassName
{
background-color: #36AAB7;
}
.BgClassName
{
background-color: #36AAB7;
}
</style>
border-color css
<style>
span { border-color: #36AAB7; }
span { border-color: rgb(54,170,183); }
td.TdClassName
{
border-color: #36AAB7;
}
.TagClassName
{
border-color: #36AAB7;
}
</style>