Shades of Pelorous #32ACBD
Tints of Pelorous #32ACBD
RGB
CMYK
RGB Variations
Color information
#32ACBD (or 0x32ACBD) is known color: Pelorous. HEX triplet: 32, AC and BD. RGB value is (50,172,189). Sum of RGB (Red+Green+Blue) = 50+172+189=411 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.17% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #32ACBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ACBD is #CD5342. Grayscale: #898989. Windows color (decimal): -13456195 or 12430386. OLE color: 12430386.
HSL color Cylindrical-coordinate representation of color #32ACBD: hue angle of 187.34º 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 #32ACBD is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 172 | 189 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.26 |
| HSL | 187.34º | 0.58% | 0.47% | - |
| HSV(B) | 187.34º | 0.74% | 0.74% | - |
| XYZ | 25.25 | 33.86 | 53.35 | - |
| YUV | 137.46 | 157.08 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 189 | 0.74 | 0.09 | 0 | 0.26 | 187.34 | 0.58 | 0.47 |
| Hex | 32 | AC | BD | 4A | 9 | 0 | 1A | BB | 3A | 2F |
| Octal | 62 | 254 | 275 | 112 | 11 | 0 | 32 | 273 | 72 | 57 |
| Binary | 110010 | 10101100 | 10111101 | 1001010 | 1001 | 0 | 11010 | 10111011 | 111010 | 101111 |
Color Harmonies of #32ACBD
Complementary color
Monochromatic Colors of #32ACBD
Black with #32ACBD
Text Example
Text Example
White with #32ACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ACBD; }
p { color: rgb(50,172,189); }
H1.HeaderClassName
{
color: #32ACBD;
}
.AnyTagClassName
{
color: #32ACBD;
}
</style>
background-color css
<style>
a { background-color: #32ACBD; }
a { background-color: rgb(50,172,189); }
div.DivClassName
{
background-color: #32ACBD;
}
.BgClassName
{
background-color: #32ACBD;
}
</style>
border-color css
<style>
span { border-color: #32ACBD; }
span { border-color: rgb(50,172,189); }
td.TdClassName
{
border-color: #32ACBD;
}
.TagClassName
{
border-color: #32ACBD;
}
</style>