Shades of Pelorous #32ABBD
Tints of Pelorous #32ABBD
RGB
CMYK
RGB Variations
Color information
#32ABBD (or 0x32ABBD) is known color: Pelorous. HEX triplet: 32, AB and BD. RGB value is (50,171,189). Sum of RGB (Red+Green+Blue) = 50+171+189=410 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.20% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #32ABBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ABBD is #CD5442. Grayscale: #888888. Windows color (decimal): -13456451 or 12430130. OLE color: 12430130.
HSL color Cylindrical-coordinate representation of color #32ABBD: hue angle of 187.77º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32ABBD is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 171 | 189 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.26 |
| HSL | 187.77º | 0.58% | 0.47% | - |
| HSV(B) | 187.77º | 0.74% | 0.74% | - |
| XYZ | 25.06 | 33.48 | 53.29 | - |
| YUV | 136.87 | 157.41 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 189 | 0.74 | 0.10 | 0 | 0.26 | 187.77 | 0.58 | 0.47 |
| Hex | 32 | AB | BD | 4A | A | 0 | 1A | BC | 3A | 2F |
| Octal | 62 | 253 | 275 | 112 | 12 | 0 | 32 | 274 | 72 | 57 |
| Binary | 110010 | 10101011 | 10111101 | 1001010 | 1010 | 0 | 11010 | 10111100 | 111010 | 101111 |
Color Harmonies of #32ABBD
Complementary color
Monochromatic Colors of #32ABBD
Black with #32ABBD
Text Example
Text Example
White with #32ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ABBD; }
p { color: rgb(50,171,189); }
H1.HeaderClassName
{
color: #32ABBD;
}
.AnyTagClassName
{
color: #32ABBD;
}
</style>
background-color css
<style>
a { background-color: #32ABBD; }
a { background-color: rgb(50,171,189); }
div.DivClassName
{
background-color: #32ABBD;
}
.BgClassName
{
background-color: #32ABBD;
}
</style>
border-color css
<style>
span { border-color: #32ABBD; }
span { border-color: rgb(50,171,189); }
td.TdClassName
{
border-color: #32ABBD;
}
.TagClassName
{
border-color: #32ABBD;
}
</style>