Shades of Tory Blue #32419A
Tints of Tory Blue #32419A
RGB
CMYK
RGB Variations
Color information
#32419A (or 0x32419A) is known color: Tory Blue. HEX triplet: 32, 41 and 9A. RGB value is (50,65,154). Sum of RGB (Red+Green+Blue) = 50+65+154=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 154 (60.55% from 255 or 57.25% from 269); Max value from RGB is 154 - color contains mainly: blue. Hex color #32419A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32419A is #CDBE65. Grayscale: #464646. Windows color (decimal): -13483622 or 10109234. OLE color: 10109234.
HSL color Cylindrical-coordinate representation of color #32419A: hue angle of 231.35º 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 #32419A is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 65 | 154 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.40 |
| HSL | 231.35º | 0.51% | 0.4% | - |
| HSV(B) | 231.35º | 0.68% | 0.6% | - |
| XYZ | 9.04 | 6.79 | 31.41 | - |
| YUV | 70.66 | 175.03 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 154 | 0.68 | 0.58 | 0 | 0.40 | 231.35 | 0.51 | 0.4 |
| Hex | 32 | 41 | 9A | 44 | 3A | 0 | 28 | E7 | 33 | 28 |
| Octal | 62 | 101 | 232 | 104 | 72 | 0 | 50 | 347 | 63 | 50 |
| Binary | 110010 | 1000001 | 10011010 | 1000100 | 111010 | 0 | 101000 | 11100111 | 110011 | 101000 |
Color Harmonies of #32419A
Complementary color
Monochromatic Colors of #32419A
Black with #32419A
Text Example
Text Example
White with #32419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32419A; }
p { color: rgb(50,65,154); }
H1.HeaderClassName
{
color: #32419A;
}
.AnyTagClassName
{
color: #32419A;
}
</style>
background-color css
<style>
a { background-color: #32419A; }
a { background-color: rgb(50,65,154); }
div.DivClassName
{
background-color: #32419A;
}
.BgClassName
{
background-color: #32419A;
}
</style>
border-color css
<style>
span { border-color: #32419A; }
span { border-color: rgb(50,65,154); }
td.TdClassName
{
border-color: #32419A;
}
.TagClassName
{
border-color: #32419A;
}
</style>