Shades of Pelorous #32A8BC
Tints of Pelorous #32A8BC
RGB
CMYK
RGB Variations
Color information
#32A8BC (or 0x32A8BC) is known color: Pelorous. HEX triplet: 32, A8 and BC. RGB value is (50,168,188). Sum of RGB (Red+Green+Blue) = 50+168+188=406 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.32% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #32A8BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32A8BC is #CD5743. Grayscale: #868686. Windows color (decimal): -13457220 or 12363826. OLE color: 12363826.
HSL color Cylindrical-coordinate representation of color #32A8BC: hue angle of 188.7º 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 #32A8BC is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 168 | 188 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.26 |
| HSL | 188.7º | 0.58% | 0.47% | - |
| HSV(B) | 188.7º | 0.73% | 0.74% | - |
| XYZ | 24.4 | 32.31 | 52.53 | - |
| YUV | 135 | 157.91 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 168 | 188 | 0.73 | 0.11 | 0 | 0.26 | 188.7 | 0.58 | 0.47 |
| Hex | 32 | A8 | BC | 49 | B | 0 | 1A | BD | 3A | 2F |
| Octal | 62 | 250 | 274 | 111 | 13 | 0 | 32 | 275 | 72 | 57 |
| Binary | 110010 | 10101000 | 10111100 | 1001001 | 1011 | 0 | 11010 | 10111101 | 111010 | 101111 |
Color Harmonies of #32A8BC
Complementary color
Monochromatic Colors of #32A8BC
Black with #32A8BC
Text Example
Text Example
White with #32A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A8BC; }
p { color: rgb(50,168,188); }
H1.HeaderClassName
{
color: #32A8BC;
}
.AnyTagClassName
{
color: #32A8BC;
}
</style>
background-color css
<style>
a { background-color: #32A8BC; }
a { background-color: rgb(50,168,188); }
div.DivClassName
{
background-color: #32A8BC;
}
.BgClassName
{
background-color: #32A8BC;
}
</style>
border-color css
<style>
span { border-color: #32A8BC; }
span { border-color: rgb(50,168,188); }
td.TdClassName
{
border-color: #32A8BC;
}
.TagClassName
{
border-color: #32A8BC;
}
</style>