Shades of Pelorous #32A7B9
Tints of Pelorous #32A7B9
RGB
CMYK
RGB Variations
Color information
#32A7B9 (or 0x32A7B9) is known color: Pelorous. HEX triplet: 32, A7 and B9. RGB value is (50,167,185). Sum of RGB (Red+Green+Blue) = 50+167+185=402 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.44% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 185 (72.66% from 255 or 46.02% from 402); Max value from RGB is 185 - color contains mainly: blue. Hex color #32A7B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32A7B9 is #CD5846. Grayscale: #858585. Windows color (decimal): -13457479 or 12166962. OLE color: 12166962.
HSL color Cylindrical-coordinate representation of color #32A7B9: hue angle of 188º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32A7B9 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 167 | 185 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.27 |
| HSL | 188º | 0.57% | 0.46% | - |
| HSV(B) | 188º | 0.73% | 0.73% | - |
| XYZ | 23.89 | 31.82 | 50.78 | - |
| YUV | 134.07 | 156.74 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 167 | 185 | 0.73 | 0.10 | 0 | 0.27 | 188 | 0.57 | 0.46 |
| Hex | 32 | A7 | B9 | 49 | A | 0 | 1B | BC | 39 | 2E |
| Octal | 62 | 247 | 271 | 111 | 12 | 0 | 33 | 274 | 71 | 56 |
| Binary | 110010 | 10100111 | 10111001 | 1001001 | 1010 | 0 | 11011 | 10111100 | 111001 | 101110 |
Color Harmonies of #32A7B9
Complementary color
Monochromatic Colors of #32A7B9
Black with #32A7B9
Text Example
Text Example
White with #32A7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A7B9; }
p { color: rgb(50,167,185); }
H1.HeaderClassName
{
color: #32A7B9;
}
.AnyTagClassName
{
color: #32A7B9;
}
</style>
background-color css
<style>
a { background-color: #32A7B9; }
a { background-color: rgb(50,167,185); }
div.DivClassName
{
background-color: #32A7B9;
}
.BgClassName
{
background-color: #32A7B9;
}
</style>
border-color css
<style>
span { border-color: #32A7B9; }
span { border-color: rgb(50,167,185); }
td.TdClassName
{
border-color: #32A7B9;
}
.TagClassName
{
border-color: #32A7B9;
}
</style>