Shades of Tory Blue #32469A
Tints of Tory Blue #32469A
RGB
CMYK
RGB Variations
Color information
#32469A (or 0x32469A) is known color: Tory Blue. HEX triplet: 32, 46 and 9A. RGB value is (50,70,154). Sum of RGB (Red+Green+Blue) = 50+70+154=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 154 (60.55% from 255 or 56.20% from 274); Max value from RGB is 154 - color contains mainly: blue. Hex color #32469A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32469A is #CDB965. Grayscale: #494949. Windows color (decimal): -13482342 or 10110514. OLE color: 10110514.
HSL color Cylindrical-coordinate representation of color #32469A: hue angle of 228.46º 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 #32469A is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 70 | 154 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.40 |
| HSL | 228.46º | 0.51% | 0.4% | - |
| HSV(B) | 228.46º | 0.68% | 0.6% | - |
| XYZ | 9.34 | 7.39 | 31.51 | - |
| YUV | 73.6 | 173.37 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 70 | 154 | 0.68 | 0.55 | 0 | 0.40 | 228.46 | 0.51 | 0.4 |
| Hex | 32 | 46 | 9A | 44 | 37 | 0 | 28 | E4 | 33 | 28 |
| Octal | 62 | 106 | 232 | 104 | 67 | 0 | 50 | 344 | 63 | 50 |
| Binary | 110010 | 1000110 | 10011010 | 1000100 | 110111 | 0 | 101000 | 11100100 | 110011 | 101000 |
Color Harmonies of #32469A
Complementary color
Monochromatic Colors of #32469A
Black with #32469A
Text Example
Text Example
White with #32469A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32469A; }
p { color: rgb(50,70,154); }
H1.HeaderClassName
{
color: #32469A;
}
.AnyTagClassName
{
color: #32469A;
}
</style>
background-color css
<style>
a { background-color: #32469A; }
a { background-color: rgb(50,70,154); }
div.DivClassName
{
background-color: #32469A;
}
.BgClassName
{
background-color: #32469A;
}
</style>
border-color css
<style>
span { border-color: #32469A; }
span { border-color: rgb(50,70,154); }
td.TdClassName
{
border-color: #32469A;
}
.TagClassName
{
border-color: #32469A;
}
</style>