Shades of Tory Blue #32419F
Tints of Tory Blue #32419F
RGB
CMYK
RGB Variations
Color information
#32419F (or 0x32419F) is known color: Tory Blue. HEX triplet: 32, 41 and 9F. RGB value is (50,65,159). Sum of RGB (Red+Green+Blue) = 50+65+159=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #32419F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32419F is #CDBE60. Grayscale: #464646. Windows color (decimal): -13483617 or 10436914. OLE color: 10436914.
HSL color Cylindrical-coordinate representation of color #32419F: hue angle of 231.74º 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 #32419F is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 65 | 159 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.38 |
| HSL | 231.74º | 0.52% | 0.41% | - |
| HSV(B) | 231.74º | 0.69% | 0.62% | - |
| XYZ | 9.46 | 6.96 | 33.65 | - |
| YUV | 71.23 | 177.53 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 159 | 0.69 | 0.59 | 0 | 0.38 | 231.74 | 0.52 | 0.41 |
| Hex | 32 | 41 | 9F | 45 | 3B | 0 | 26 | E8 | 34 | 29 |
| Octal | 62 | 101 | 237 | 105 | 73 | 0 | 46 | 350 | 64 | 51 |
| Binary | 110010 | 1000001 | 10011111 | 1000101 | 111011 | 0 | 100110 | 11101000 | 110100 | 101001 |
Color Harmonies of #32419F
Complementary color
Monochromatic Colors of #32419F
Black with #32419F
Text Example
Text Example
White with #32419F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32419F; }
p { color: rgb(50,65,159); }
H1.HeaderClassName
{
color: #32419F;
}
.AnyTagClassName
{
color: #32419F;
}
</style>
background-color css
<style>
a { background-color: #32419F; }
a { background-color: rgb(50,65,159); }
div.DivClassName
{
background-color: #32419F;
}
.BgClassName
{
background-color: #32419F;
}
</style>
border-color css
<style>
span { border-color: #32419F; }
span { border-color: rgb(50,65,159); }
td.TdClassName
{
border-color: #32419F;
}
.TagClassName
{
border-color: #32419F;
}
</style>