Shades of Pelorous #32A4BD
Tints of Pelorous #32A4BD
RGB
CMYK
RGB Variations
Color information
#32A4BD (or 0x32A4BD) is known color: Pelorous. HEX triplet: 32, A4 and BD. RGB value is (50,164,189). Sum of RGB (Red+Green+Blue) = 50+164+189=403 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.41% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #32A4BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32A4BD is #CD5B42. Grayscale: #848484. Windows color (decimal): -13458243 or 12428338. OLE color: 12428338.
HSL color Cylindrical-coordinate representation of color #32A4BD: hue angle of 190.79º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32A4BD is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 164 | 189 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.26 |
| HSL | 190.79º | 0.58% | 0.47% | - |
| HSV(B) | 190.79º | 0.74% | 0.74% | - |
| XYZ | 23.78 | 30.9 | 52.86 | - |
| YUV | 132.76 | 159.73 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 164 | 189 | 0.74 | 0.13 | 0 | 0.26 | 190.79 | 0.58 | 0.47 |
| Hex | 32 | A4 | BD | 4A | D | 0 | 1A | BF | 3A | 2F |
| Octal | 62 | 244 | 275 | 112 | 15 | 0 | 32 | 277 | 72 | 57 |
| Binary | 110010 | 10100100 | 10111101 | 1001010 | 1101 | 0 | 11010 | 10111111 | 111010 | 101111 |
Color Harmonies of #32A4BD
Complementary color
Monochromatic Colors of #32A4BD
Black with #32A4BD
Text Example
Text Example
White with #32A4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A4BD; }
p { color: rgb(50,164,189); }
H1.HeaderClassName
{
color: #32A4BD;
}
.AnyTagClassName
{
color: #32A4BD;
}
</style>
background-color css
<style>
a { background-color: #32A4BD; }
a { background-color: rgb(50,164,189); }
div.DivClassName
{
background-color: #32A4BD;
}
.BgClassName
{
background-color: #32A4BD;
}
</style>
border-color css
<style>
span { border-color: #32A4BD; }
span { border-color: rgb(50,164,189); }
td.TdClassName
{
border-color: #32A4BD;
}
.TagClassName
{
border-color: #32A4BD;
}
</style>