Shades of Pelorous #32AFBE
Tints of Pelorous #32AFBE
RGB
CMYK
RGB Variations
Color information
#32AFBE (or 0x32AFBE) is known color: Pelorous. HEX triplet: 32, AF and BE. RGB value is (50,175,190). Sum of RGB (Red+Green+Blue) = 50+175+190=415 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.05% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #32AFBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AFBE is #CD5041. Grayscale: #8B8B8B. Windows color (decimal): -13455426 or 12496690. OLE color: 12496690.
HSL color Cylindrical-coordinate representation of color #32AFBE: hue angle of 186.43º 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 #32AFBE is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 175 | 190 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.25 |
| HSL | 186.43º | 0.58% | 0.47% | - |
| HSV(B) | 186.43º | 0.74% | 0.75% | - |
| XYZ | 25.94 | 35.06 | 54.11 | - |
| YUV | 139.34 | 156.59 | 64.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 190 | 0.74 | 0.08 | 0 | 0.25 | 186.43 | 0.58 | 0.47 |
| Hex | 32 | AF | BE | 4A | 8 | 0 | 19 | BA | 3A | 2F |
| Octal | 62 | 257 | 276 | 112 | 10 | 0 | 31 | 272 | 72 | 57 |
| Binary | 110010 | 10101111 | 10111110 | 1001010 | 1000 | 0 | 11001 | 10111010 | 111010 | 101111 |
Color Harmonies of #32AFBE
Complementary color
Monochromatic Colors of #32AFBE
Black with #32AFBE
Text Example
Text Example
White with #32AFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AFBE; }
p { color: rgb(50,175,190); }
H1.HeaderClassName
{
color: #32AFBE;
}
.AnyTagClassName
{
color: #32AFBE;
}
</style>
background-color css
<style>
a { background-color: #32AFBE; }
a { background-color: rgb(50,175,190); }
div.DivClassName
{
background-color: #32AFBE;
}
.BgClassName
{
background-color: #32AFBE;
}
</style>
border-color css
<style>
span { border-color: #32AFBE; }
span { border-color: rgb(50,175,190); }
td.TdClassName
{
border-color: #32AFBE;
}
.TagClassName
{
border-color: #32AFBE;
}
</style>