Shades of Tory Blue #32429A
Tints of Tory Blue #32429A
RGB
CMYK
RGB Variations
Color information
#32429A (or 0x32429A) is known color: Tory Blue. HEX triplet: 32, 42 and 9A. RGB value is (50,66,154). Sum of RGB (Red+Green+Blue) = 50+66+154=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 154 (60.55% from 255 or 57.04% from 270); Max value from RGB is 154 - color contains mainly: blue. Hex color #32429A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32429A is #CDBD65. Grayscale: #464646. Windows color (decimal): -13483366 or 10109490. OLE color: 10109490.
HSL color Cylindrical-coordinate representation of color #32429A: hue angle of 230.77º 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 #32429A is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 66 | 154 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.40 |
| HSL | 230.77º | 0.51% | 0.4% | - |
| HSV(B) | 230.77º | 0.68% | 0.6% | - |
| XYZ | 9.1 | 6.91 | 31.43 | - |
| YUV | 71.25 | 174.7 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 154 | 0.68 | 0.57 | 0 | 0.40 | 230.77 | 0.51 | 0.4 |
| Hex | 32 | 42 | 9A | 44 | 39 | 0 | 28 | E7 | 33 | 28 |
| Octal | 62 | 102 | 232 | 104 | 71 | 0 | 50 | 347 | 63 | 50 |
| Binary | 110010 | 1000010 | 10011010 | 1000100 | 111001 | 0 | 101000 | 11100111 | 110011 | 101000 |
Color Harmonies of #32429A
Complementary color
Monochromatic Colors of #32429A
Black with #32429A
Text Example
Text Example
White with #32429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32429A; }
p { color: rgb(50,66,154); }
H1.HeaderClassName
{
color: #32429A;
}
.AnyTagClassName
{
color: #32429A;
}
</style>
background-color css
<style>
a { background-color: #32429A; }
a { background-color: rgb(50,66,154); }
div.DivClassName
{
background-color: #32429A;
}
.BgClassName
{
background-color: #32429A;
}
</style>
border-color css
<style>
span { border-color: #32429A; }
span { border-color: rgb(50,66,154); }
td.TdClassName
{
border-color: #32429A;
}
.TagClassName
{
border-color: #32429A;
}
</style>