Shades of Pelorous #32ABB8
Tints of Pelorous #32ABB8
RGB
CMYK
RGB Variations
Color information
#32ABB8 (or 0x32ABB8) is known color: Pelorous. HEX triplet: 32, AB and B8. RGB value is (50,171,184). Sum of RGB (Red+Green+Blue) = 50+171+184=405 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.35% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 184 (72.27% from 255 or 45.43% from 405); Max value from RGB is 184 - color contains mainly: blue. Hex color #32ABB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ABB8 is #CD5447. Grayscale: #888888. Windows color (decimal): -13456456 or 12102450. OLE color: 12102450.
HSL color Cylindrical-coordinate representation of color #32ABB8: hue angle of 185.82º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32ABB8 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 171 | 184 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.28 |
| HSL | 185.82º | 0.57% | 0.46% | - |
| HSV(B) | 185.82º | 0.73% | 0.72% | - |
| XYZ | 24.53 | 33.26 | 50.48 | - |
| YUV | 136.3 | 154.91 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 184 | 0.73 | 0.07 | 0 | 0.28 | 185.82 | 0.57 | 0.46 |
| Hex | 32 | AB | B8 | 49 | 7 | 0 | 1C | BA | 39 | 2E |
| Octal | 62 | 253 | 270 | 111 | 7 | 0 | 34 | 272 | 71 | 56 |
| Binary | 110010 | 10101011 | 10111000 | 1001001 | 111 | 0 | 11100 | 10111010 | 111001 | 101110 |
Color Harmonies of #32ABB8
Complementary color
Monochromatic Colors of #32ABB8
Black with #32ABB8
Text Example
Text Example
White with #32ABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ABB8; }
p { color: rgb(50,171,184); }
H1.HeaderClassName
{
color: #32ABB8;
}
.AnyTagClassName
{
color: #32ABB8;
}
</style>
background-color css
<style>
a { background-color: #32ABB8; }
a { background-color: rgb(50,171,184); }
div.DivClassName
{
background-color: #32ABB8;
}
.BgClassName
{
background-color: #32ABB8;
}
</style>
border-color css
<style>
span { border-color: #32ABB8; }
span { border-color: rgb(50,171,184); }
td.TdClassName
{
border-color: #32ABB8;
}
.TagClassName
{
border-color: #32ABB8;
}
</style>