Shades of Pelorous #32A7BA
Tints of Pelorous #32A7BA
RGB
CMYK
RGB Variations
Color information
#32A7BA (or 0x32A7BA) is known color: Pelorous. HEX triplet: 32, A7 and BA. RGB value is (50,167,186). Sum of RGB (Red+Green+Blue) = 50+167+186=403 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.41% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #32A7BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32A7BA is #CD5845. Grayscale: #858585. Windows color (decimal): -13457478 or 12232498. OLE color: 12232498.
HSL color Cylindrical-coordinate representation of color #32A7BA: hue angle of 188.38º degrees, saturation: 0.58, 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 #32A7BA is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 167 | 186 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.27 |
| HSL | 188.38º | 0.58% | 0.46% | - |
| HSV(B) | 188.38º | 0.73% | 0.73% | - |
| XYZ | 24 | 31.86 | 51.34 | - |
| YUV | 134.18 | 157.24 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 167 | 186 | 0.73 | 0.10 | 0 | 0.27 | 188.38 | 0.58 | 0.46 |
| Hex | 32 | A7 | BA | 49 | A | 0 | 1B | BC | 3A | 2E |
| Octal | 62 | 247 | 272 | 111 | 12 | 0 | 33 | 274 | 72 | 56 |
| Binary | 110010 | 10100111 | 10111010 | 1001001 | 1010 | 0 | 11011 | 10111100 | 111010 | 101110 |
Color Harmonies of #32A7BA
Complementary color
Monochromatic Colors of #32A7BA
Black with #32A7BA
Text Example
Text Example
White with #32A7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A7BA; }
p { color: rgb(50,167,186); }
H1.HeaderClassName
{
color: #32A7BA;
}
.AnyTagClassName
{
color: #32A7BA;
}
</style>
background-color css
<style>
a { background-color: #32A7BA; }
a { background-color: rgb(50,167,186); }
div.DivClassName
{
background-color: #32A7BA;
}
.BgClassName
{
background-color: #32A7BA;
}
</style>
border-color css
<style>
span { border-color: #32A7BA; }
span { border-color: rgb(50,167,186); }
td.TdClassName
{
border-color: #32A7BA;
}
.TagClassName
{
border-color: #32A7BA;
}
</style>