Shades of Tory Blue #32499C
Tints of Tory Blue #32499C
RGB
CMYK
RGB Variations
Color information
#32499C (or 0x32499C) is known color: Tory Blue. HEX triplet: 32, 49 and 9C. RGB value is (50,73,156). Sum of RGB (Red+Green+Blue) = 50+73+156=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #32499C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32499C is #CDB663. Grayscale: #4B4B4B. Windows color (decimal): -13481572 or 10242354. OLE color: 10242354.
HSL color Cylindrical-coordinate representation of color #32499C: hue angle of 226.98º 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 #32499C is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 73 | 156 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.39 |
| HSL | 226.98º | 0.51% | 0.4% | - |
| HSV(B) | 226.98º | 0.68% | 0.61% | - |
| XYZ | 9.7 | 7.84 | 32.46 | - |
| YUV | 75.59 | 173.38 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 156 | 0.68 | 0.53 | 0 | 0.39 | 226.98 | 0.51 | 0.4 |
| Hex | 32 | 49 | 9C | 44 | 35 | 0 | 27 | E3 | 33 | 28 |
| Octal | 62 | 111 | 234 | 104 | 65 | 0 | 47 | 343 | 63 | 50 |
| Binary | 110010 | 1001001 | 10011100 | 1000100 | 110101 | 0 | 100111 | 11100011 | 110011 | 101000 |
Color Harmonies of #32499C
Complementary color
Monochromatic Colors of #32499C
Black with #32499C
Text Example
Text Example
White with #32499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32499C; }
p { color: rgb(50,73,156); }
H1.HeaderClassName
{
color: #32499C;
}
.AnyTagClassName
{
color: #32499C;
}
</style>
background-color css
<style>
a { background-color: #32499C; }
a { background-color: rgb(50,73,156); }
div.DivClassName
{
background-color: #32499C;
}
.BgClassName
{
background-color: #32499C;
}
</style>
border-color css
<style>
span { border-color: #32499C; }
span { border-color: rgb(50,73,156); }
td.TdClassName
{
border-color: #32499C;
}
.TagClassName
{
border-color: #32499C;
}
</style>