Shades of Tory Blue #32498A
Tints of Tory Blue #32498A
RGB
CMYK
RGB Variations
Color information
#32498A (or 0x32498A) is known color: Tory Blue. HEX triplet: 32, 49 and 8A. RGB value is (50,73,138). Sum of RGB (Red+Green+Blue) = 50+73+138=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #32498A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32498A is #CDB675. Grayscale: #494949. Windows color (decimal): -13481590 or 9062706. OLE color: 9062706.
HSL color Cylindrical-coordinate representation of color #32498A: hue angle of 224.32º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32498A is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 73 | 138 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.46 |
| HSL | 224.32º | 0.47% | 0.37% | - |
| HSV(B) | 224.32º | 0.64% | 0.54% | - |
| XYZ | 8.29 | 7.28 | 25.01 | - |
| YUV | 73.53 | 164.38 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 138 | 0.64 | 0.47 | 0 | 0.46 | 224.32 | 0.47 | 0.37 |
| Hex | 32 | 49 | 8A | 40 | 2F | 0 | 2E | E0 | 2F | 25 |
| Octal | 62 | 111 | 212 | 100 | 57 | 0 | 56 | 340 | 57 | 45 |
| Binary | 110010 | 1001001 | 10001010 | 1000000 | 101111 | 0 | 101110 | 11100000 | 101111 | 100101 |
Color Harmonies of #32498A
Complementary color
Monochromatic Colors of #32498A
Black with #32498A
Text Example
Text Example
White with #32498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32498A; }
p { color: rgb(50,73,138); }
H1.HeaderClassName
{
color: #32498A;
}
.AnyTagClassName
{
color: #32498A;
}
</style>
background-color css
<style>
a { background-color: #32498A; }
a { background-color: rgb(50,73,138); }
div.DivClassName
{
background-color: #32498A;
}
.BgClassName
{
background-color: #32498A;
}
</style>
border-color css
<style>
span { border-color: #32498A; }
span { border-color: rgb(50,73,138); }
td.TdClassName
{
border-color: #32498A;
}
.TagClassName
{
border-color: #32498A;
}
</style>