Shades of Tory Blue #324998
Tints of Tory Blue #324998
RGB
CMYK
RGB Variations
Color information
#324998 (or 0x324998) is known color: Tory Blue. HEX triplet: 32, 49 and 98. RGB value is (50,73,152). Sum of RGB (Red+Green+Blue) = 50+73+152=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 152 (59.77% from 255 or 55.27% from 275); Max value from RGB is 152 - color contains mainly: blue. Hex color #324998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324998 is #CDB667. Grayscale: #4A4A4A. Windows color (decimal): -13481576 or 9980210. OLE color: 9980210.
HSL color Cylindrical-coordinate representation of color #324998: hue angle of 226.47º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #324998 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 73 | 152 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.40 |
| HSL | 226.47º | 0.5% | 0.4% | - |
| HSV(B) | 226.47º | 0.67% | 0.6% | - |
| XYZ | 9.37 | 7.71 | 30.7 | - |
| YUV | 75.13 | 171.38 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 152 | 0.67 | 0.52 | 0 | 0.40 | 226.47 | 0.5 | 0.4 |
| Hex | 32 | 49 | 98 | 43 | 34 | 0 | 28 | E2 | 32 | 28 |
| Octal | 62 | 111 | 230 | 103 | 64 | 0 | 50 | 342 | 62 | 50 |
| Binary | 110010 | 1001001 | 10011000 | 1000011 | 110100 | 0 | 101000 | 11100010 | 110010 | 101000 |
Color Harmonies of #324998
Complementary color
Monochromatic Colors of #324998
Black with #324998
Text Example
Text Example
White with #324998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324998; }
p { color: rgb(50,73,152); }
H1.HeaderClassName
{
color: #324998;
}
.AnyTagClassName
{
color: #324998;
}
</style>
background-color css
<style>
a { background-color: #324998; }
a { background-color: rgb(50,73,152); }
div.DivClassName
{
background-color: #324998;
}
.BgClassName
{
background-color: #324998;
}
</style>
border-color css
<style>
span { border-color: #324998; }
span { border-color: rgb(50,73,152); }
td.TdClassName
{
border-color: #324998;
}
.TagClassName
{
border-color: #324998;
}
</style>