Shades of Tory Blue #32559A
Tints of Tory Blue #32559A
RGB
CMYK
RGB Variations
Color information
#32559A (or 0x32559A) is known color: Tory Blue. HEX triplet: 32, 55 and 9A. RGB value is (50,85,154). Sum of RGB (Red+Green+Blue) = 50+85+154=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 154 (60.55% from 255 or 53.29% from 289); Max value from RGB is 154 - color contains mainly: blue. Hex color #32559A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32559A is #CDAA65. Grayscale: #525252. Windows color (decimal): -13478502 or 10114354. OLE color: 10114354.
HSL color Cylindrical-coordinate representation of color #32559A: hue angle of 219.81º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32559A is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 85 | 154 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.40 |
| HSL | 219.81º | 0.51% | 0.4% | - |
| HSV(B) | 219.81º | 0.68% | 0.6% | - |
| XYZ | 10.4 | 9.51 | 31.86 | - |
| YUV | 82.4 | 168.4 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 154 | 0.68 | 0.45 | 0 | 0.40 | 219.81 | 0.51 | 0.4 |
| Hex | 32 | 55 | 9A | 44 | 2D | 0 | 28 | DC | 33 | 28 |
| Octal | 62 | 125 | 232 | 104 | 55 | 0 | 50 | 334 | 63 | 50 |
| Binary | 110010 | 1010101 | 10011010 | 1000100 | 101101 | 0 | 101000 | 11011100 | 110011 | 101000 |
Color Harmonies of #32559A
Complementary color
Monochromatic Colors of #32559A
Black with #32559A
Text Example
Text Example
White with #32559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32559A; }
p { color: rgb(50,85,154); }
H1.HeaderClassName
{
color: #32559A;
}
.AnyTagClassName
{
color: #32559A;
}
</style>
background-color css
<style>
a { background-color: #32559A; }
a { background-color: rgb(50,85,154); }
div.DivClassName
{
background-color: #32559A;
}
.BgClassName
{
background-color: #32559A;
}
</style>
border-color css
<style>
span { border-color: #32559A; }
span { border-color: rgb(50,85,154); }
td.TdClassName
{
border-color: #32559A;
}
.TagClassName
{
border-color: #32559A;
}
</style>