Shades of Tory Blue #32409F
Tints of Tory Blue #32409F
RGB
CMYK
RGB Variations
Color information
#32409F (or 0x32409F) is known color: Tory Blue. HEX triplet: 32, 40 and 9F. RGB value is (50,64,159). Sum of RGB (Red+Green+Blue) = 50+64+159=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #32409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32409F is #CDBF60. Grayscale: #464646. Windows color (decimal): -13483873 or 10436658. OLE color: 10436658.
HSL color Cylindrical-coordinate representation of color #32409F: hue angle of 232.29º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32409F is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 64 | 159 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.38 |
| HSL | 232.29º | 0.52% | 0.41% | - |
| HSV(B) | 232.29º | 0.69% | 0.62% | - |
| XYZ | 9.41 | 6.85 | 33.63 | - |
| YUV | 70.64 | 177.86 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 64 | 159 | 0.69 | 0.60 | 0 | 0.38 | 232.29 | 0.52 | 0.41 |
| Hex | 32 | 40 | 9F | 45 | 3C | 0 | 26 | E8 | 34 | 29 |
| Octal | 62 | 100 | 237 | 105 | 74 | 0 | 46 | 350 | 64 | 51 |
| Binary | 110010 | 1000000 | 10011111 | 1000101 | 111100 | 0 | 100110 | 11101000 | 110100 | 101001 |
Color Harmonies of #32409F
Complementary color
Monochromatic Colors of #32409F
Black with #32409F
Text Example
Text Example
White with #32409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32409F; }
p { color: rgb(50,64,159); }
H1.HeaderClassName
{
color: #32409F;
}
.AnyTagClassName
{
color: #32409F;
}
</style>
background-color css
<style>
a { background-color: #32409F; }
a { background-color: rgb(50,64,159); }
div.DivClassName
{
background-color: #32409F;
}
.BgClassName
{
background-color: #32409F;
}
</style>
border-color css
<style>
span { border-color: #32409F; }
span { border-color: rgb(50,64,159); }
td.TdClassName
{
border-color: #32409F;
}
.TagClassName
{
border-color: #32409F;
}
</style>