Shades of Pelorous #32A3BD
Tints of Pelorous #32A3BD
RGB
CMYK
RGB Variations
Color information
#32A3BD (or 0x32A3BD) is known color: Pelorous. HEX triplet: 32, A3 and BD. RGB value is (50,163,189). Sum of RGB (Red+Green+Blue) = 50+163+189=402 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.44% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #32A3BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32A3BD is #CD5C42. Grayscale: #838383. Windows color (decimal): -13458499 or 12428082. OLE color: 12428082.
HSL color Cylindrical-coordinate representation of color #32A3BD: hue angle of 191.22º 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 #32A3BD is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 163 | 189 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.26 |
| HSL | 191.22º | 0.58% | 0.47% | - |
| HSV(B) | 191.22º | 0.74% | 0.74% | - |
| XYZ | 23.6 | 30.55 | 52.8 | - |
| YUV | 132.18 | 160.06 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 163 | 189 | 0.74 | 0.14 | 0 | 0.26 | 191.22 | 0.58 | 0.47 |
| Hex | 32 | A3 | BD | 4A | E | 0 | 1A | BF | 3A | 2F |
| Octal | 62 | 243 | 275 | 112 | 16 | 0 | 32 | 277 | 72 | 57 |
| Binary | 110010 | 10100011 | 10111101 | 1001010 | 1110 | 0 | 11010 | 10111111 | 111010 | 101111 |
Color Harmonies of #32A3BD
Complementary color
Monochromatic Colors of #32A3BD
Black with #32A3BD
Text Example
Text Example
White with #32A3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A3BD; }
p { color: rgb(50,163,189); }
H1.HeaderClassName
{
color: #32A3BD;
}
.AnyTagClassName
{
color: #32A3BD;
}
</style>
background-color css
<style>
a { background-color: #32A3BD; }
a { background-color: rgb(50,163,189); }
div.DivClassName
{
background-color: #32A3BD;
}
.BgClassName
{
background-color: #32A3BD;
}
</style>
border-color css
<style>
span { border-color: #32A3BD; }
span { border-color: rgb(50,163,189); }
td.TdClassName
{
border-color: #32A3BD;
}
.TagClassName
{
border-color: #32A3BD;
}
</style>