Shades of Tory Blue #32409B
Tints of Tory Blue #32409B
RGB
CMYK
RGB Variations
Color information
#32409B (or 0x32409B) is known color: Tory Blue. HEX triplet: 32, 40 and 9B. RGB value is (50,64,155). Sum of RGB (Red+Green+Blue) = 50+64+155=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #32409B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32409B is #CDBF64. Grayscale: #454545. Windows color (decimal): -13483877 or 10174514. OLE color: 10174514.
HSL color Cylindrical-coordinate representation of color #32409B: hue angle of 232º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32409B is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 64 | 155 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.39 |
| HSL | 232º | 0.51% | 0.4% | - |
| HSV(B) | 232º | 0.68% | 0.61% | - |
| XYZ | 9.07 | 6.71 | 31.83 | - |
| YUV | 70.19 | 175.86 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 64 | 155 | 0.68 | 0.59 | 0 | 0.39 | 232 | 0.51 | 0.4 |
| Hex | 32 | 40 | 9B | 44 | 3B | 0 | 27 | E8 | 33 | 28 |
| Octal | 62 | 100 | 233 | 104 | 73 | 0 | 47 | 350 | 63 | 50 |
| Binary | 110010 | 1000000 | 10011011 | 1000100 | 111011 | 0 | 100111 | 11101000 | 110011 | 101000 |
Color Harmonies of #32409B
Complementary color
Monochromatic Colors of #32409B
Black with #32409B
Text Example
Text Example
White with #32409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32409B; }
p { color: rgb(50,64,155); }
H1.HeaderClassName
{
color: #32409B;
}
.AnyTagClassName
{
color: #32409B;
}
</style>
background-color css
<style>
a { background-color: #32409B; }
a { background-color: rgb(50,64,155); }
div.DivClassName
{
background-color: #32409B;
}
.BgClassName
{
background-color: #32409B;
}
</style>
border-color css
<style>
span { border-color: #32409B; }
span { border-color: rgb(50,64,155); }
td.TdClassName
{
border-color: #32409B;
}
.TagClassName
{
border-color: #32409B;
}
</style>