Shades of Pelorous #32A5BA
Tints of Pelorous #32A5BA
RGB
CMYK
RGB Variations
Color information
#32A5BA (or 0x32A5BA) is known color: Pelorous. HEX triplet: 32, A5 and BA. RGB value is (50,165,186). Sum of RGB (Red+Green+Blue) = 50+165+186=401 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.47% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #32A5BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32A5BA is #CD5A45. Grayscale: #848484. Windows color (decimal): -13457990 or 12231986. OLE color: 12231986.
HSL color Cylindrical-coordinate representation of color #32A5BA: hue angle of 189.26º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32A5BA is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 165 | 186 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.27 |
| HSL | 189.26º | 0.58% | 0.46% | - |
| HSV(B) | 189.26º | 0.73% | 0.73% | - |
| XYZ | 23.63 | 31.13 | 51.22 | - |
| YUV | 133.01 | 157.9 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 165 | 186 | 0.73 | 0.11 | 0 | 0.27 | 189.26 | 0.58 | 0.46 |
| Hex | 32 | A5 | BA | 49 | B | 0 | 1B | BD | 3A | 2E |
| Octal | 62 | 245 | 272 | 111 | 13 | 0 | 33 | 275 | 72 | 56 |
| Binary | 110010 | 10100101 | 10111010 | 1001001 | 1011 | 0 | 11011 | 10111101 | 111010 | 101110 |
Color Harmonies of #32A5BA
Complementary color
Monochromatic Colors of #32A5BA
Black with #32A5BA
Text Example
Text Example
White with #32A5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A5BA; }
p { color: rgb(50,165,186); }
H1.HeaderClassName
{
color: #32A5BA;
}
.AnyTagClassName
{
color: #32A5BA;
}
</style>
background-color css
<style>
a { background-color: #32A5BA; }
a { background-color: rgb(50,165,186); }
div.DivClassName
{
background-color: #32A5BA;
}
.BgClassName
{
background-color: #32A5BA;
}
</style>
border-color css
<style>
span { border-color: #32A5BA; }
span { border-color: rgb(50,165,186); }
td.TdClassName
{
border-color: #32A5BA;
}
.TagClassName
{
border-color: #32A5BA;
}
</style>