Shades of Pelorous #32A2BC
Tints of Pelorous #32A2BC
RGB
CMYK
RGB Variations
Color information
#32A2BC (or 0x32A2BC) is known color: Pelorous. HEX triplet: 32, A2 and BC. RGB value is (50,162,188). Sum of RGB (Red+Green+Blue) = 50+162+188=400 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.5% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #32A2BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32A2BC is #CD5D43. Grayscale: #838383. Windows color (decimal): -13458756 or 12362290. OLE color: 12362290.
HSL color Cylindrical-coordinate representation of color #32A2BC: hue angle of 191.3º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32A2BC is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 162 | 188 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.26 |
| HSL | 191.3º | 0.58% | 0.47% | - |
| HSV(B) | 191.3º | 0.73% | 0.74% | - |
| XYZ | 23.31 | 30.15 | 52.17 | - |
| YUV | 131.48 | 159.89 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 162 | 188 | 0.73 | 0.14 | 0 | 0.26 | 191.3 | 0.58 | 0.47 |
| Hex | 32 | A2 | BC | 49 | E | 0 | 1A | BF | 3A | 2F |
| Octal | 62 | 242 | 274 | 111 | 16 | 0 | 32 | 277 | 72 | 57 |
| Binary | 110010 | 10100010 | 10111100 | 1001001 | 1110 | 0 | 11010 | 10111111 | 111010 | 101111 |
Color Harmonies of #32A2BC
Complementary color
Monochromatic Colors of #32A2BC
Black with #32A2BC
Text Example
Text Example
White with #32A2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A2BC; }
p { color: rgb(50,162,188); }
H1.HeaderClassName
{
color: #32A2BC;
}
.AnyTagClassName
{
color: #32A2BC;
}
</style>
background-color css
<style>
a { background-color: #32A2BC; }
a { background-color: rgb(50,162,188); }
div.DivClassName
{
background-color: #32A2BC;
}
.BgClassName
{
background-color: #32A2BC;
}
</style>
border-color css
<style>
span { border-color: #32A2BC; }
span { border-color: rgb(50,162,188); }
td.TdClassName
{
border-color: #32A2BC;
}
.TagClassName
{
border-color: #32A2BC;
}
</style>