Shades of Pelorous #32ABBE
Tints of Pelorous #32ABBE
RGB
CMYK
RGB Variations
Color information
#32ABBE (or 0x32ABBE) is known color: Pelorous. HEX triplet: 32, AB and BE. RGB value is (50,171,190). Sum of RGB (Red+Green+Blue) = 50+171+190=411 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.17% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #32ABBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ABBE is #CD5441. Grayscale: #888888. Windows color (decimal): -13456450 or 12495666. OLE color: 12495666.
HSL color Cylindrical-coordinate representation of color #32ABBE: hue angle of 188.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32ABBE is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 171 | 190 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.25 |
| HSL | 188.14º | 0.58% | 0.47% | - |
| HSV(B) | 188.14º | 0.74% | 0.75% | - |
| XYZ | 25.17 | 33.52 | 53.86 | - |
| YUV | 136.99 | 157.91 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 190 | 0.74 | 0.10 | 0 | 0.25 | 188.14 | 0.58 | 0.47 |
| Hex | 32 | AB | BE | 4A | A | 0 | 19 | BC | 3A | 2F |
| Octal | 62 | 253 | 276 | 112 | 12 | 0 | 31 | 274 | 72 | 57 |
| Binary | 110010 | 10101011 | 10111110 | 1001010 | 1010 | 0 | 11001 | 10111100 | 111010 | 101111 |
Color Harmonies of #32ABBE
Complementary color
Monochromatic Colors of #32ABBE
Black with #32ABBE
Text Example
Text Example
White with #32ABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ABBE; }
p { color: rgb(50,171,190); }
H1.HeaderClassName
{
color: #32ABBE;
}
.AnyTagClassName
{
color: #32ABBE;
}
</style>
background-color css
<style>
a { background-color: #32ABBE; }
a { background-color: rgb(50,171,190); }
div.DivClassName
{
background-color: #32ABBE;
}
.BgClassName
{
background-color: #32ABBE;
}
</style>
border-color css
<style>
span { border-color: #32ABBE; }
span { border-color: rgb(50,171,190); }
td.TdClassName
{
border-color: #32ABBE;
}
.TagClassName
{
border-color: #32ABBE;
}
</style>