Shades of Tory Blue #32429F
Tints of Tory Blue #32429F
RGB
CMYK
RGB Variations
Color information
#32429F (or 0x32429F) is known color: Tory Blue. HEX triplet: 32, 42 and 9F. RGB value is (50,66,159). Sum of RGB (Red+Green+Blue) = 50+66+159=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #32429F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32429F is #CDBD60. Grayscale: #474747. Windows color (decimal): -13483361 or 10437170. OLE color: 10437170.
HSL color Cylindrical-coordinate representation of color #32429F: hue angle of 231.19º 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 #32429F is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 66 | 159 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.38 |
| HSL | 231.19º | 0.52% | 0.41% | - |
| HSV(B) | 231.19º | 0.69% | 0.62% | - |
| XYZ | 9.52 | 7.08 | 33.67 | - |
| YUV | 71.82 | 177.2 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 159 | 0.69 | 0.58 | 0 | 0.38 | 231.19 | 0.52 | 0.41 |
| Hex | 32 | 42 | 9F | 45 | 3A | 0 | 26 | E7 | 34 | 29 |
| Octal | 62 | 102 | 237 | 105 | 72 | 0 | 46 | 347 | 64 | 51 |
| Binary | 110010 | 1000010 | 10011111 | 1000101 | 111010 | 0 | 100110 | 11100111 | 110100 | 101001 |
Color Harmonies of #32429F
Complementary color
Monochromatic Colors of #32429F
Black with #32429F
Text Example
Text Example
White with #32429F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32429F; }
p { color: rgb(50,66,159); }
H1.HeaderClassName
{
color: #32429F;
}
.AnyTagClassName
{
color: #32429F;
}
</style>
background-color css
<style>
a { background-color: #32429F; }
a { background-color: rgb(50,66,159); }
div.DivClassName
{
background-color: #32429F;
}
.BgClassName
{
background-color: #32429F;
}
</style>
border-color css
<style>
span { border-color: #32429F; }
span { border-color: rgb(50,66,159); }
td.TdClassName
{
border-color: #32429F;
}
.TagClassName
{
border-color: #32429F;
}
</style>