Shades of Tory Blue #32409C
Tints of Tory Blue #32409C
RGB
CMYK
RGB Variations
Color information
#32409C (or 0x32409C) is known color: Tory Blue. HEX triplet: 32, 40 and 9C. RGB value is (50,64,156). Sum of RGB (Red+Green+Blue) = 50+64+156=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #32409C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32409C is #CDBF63. Grayscale: #454545. Windows color (decimal): -13483876 or 10240050. OLE color: 10240050.
HSL color Cylindrical-coordinate representation of color #32409C: hue angle of 232.08º 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 #32409C is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 64 | 156 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.39 |
| HSL | 232.08º | 0.51% | 0.4% | - |
| HSV(B) | 232.08º | 0.68% | 0.61% | - |
| XYZ | 9.15 | 6.75 | 32.27 | - |
| YUV | 70.3 | 176.36 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 64 | 156 | 0.68 | 0.59 | 0 | 0.39 | 232.08 | 0.51 | 0.4 |
| Hex | 32 | 40 | 9C | 44 | 3B | 0 | 27 | E8 | 33 | 28 |
| Octal | 62 | 100 | 234 | 104 | 73 | 0 | 47 | 350 | 63 | 50 |
| Binary | 110010 | 1000000 | 10011100 | 1000100 | 111011 | 0 | 100111 | 11101000 | 110011 | 101000 |
Color Harmonies of #32409C
Complementary color
Monochromatic Colors of #32409C
Black with #32409C
Text Example
Text Example
White with #32409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32409C; }
p { color: rgb(50,64,156); }
H1.HeaderClassName
{
color: #32409C;
}
.AnyTagClassName
{
color: #32409C;
}
</style>
background-color css
<style>
a { background-color: #32409C; }
a { background-color: rgb(50,64,156); }
div.DivClassName
{
background-color: #32409C;
}
.BgClassName
{
background-color: #32409C;
}
</style>
border-color css
<style>
span { border-color: #32409C; }
span { border-color: rgb(50,64,156); }
td.TdClassName
{
border-color: #32409C;
}
.TagClassName
{
border-color: #32409C;
}
</style>