Shades of Tory Blue #324F90
Tints of Tory Blue #324F90
RGB
CMYK
RGB Variations
Color information
#324F90 (or 0x324F90) is known color: Tory Blue. HEX triplet: 32, 4F and 90. RGB value is (50,79,144). Sum of RGB (Red+Green+Blue) = 50+79+144=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #324F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324F90 is #CDB06F. Grayscale: #4D4D4D. Windows color (decimal): -13480048 or 9457458. OLE color: 9457458.
HSL color Cylindrical-coordinate representation of color #324F90: hue angle of 221.49º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #324F90 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 79 | 144 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.44 |
| HSL | 221.49º | 0.48% | 0.38% | - |
| HSV(B) | 221.49º | 0.65% | 0.56% | - |
| XYZ | 9.15 | 8.28 | 27.5 | - |
| YUV | 77.74 | 165.39 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 79 | 144 | 0.65 | 0.45 | 0 | 0.44 | 221.49 | 0.48 | 0.38 |
| Hex | 32 | 4F | 90 | 41 | 2D | 0 | 2C | DD | 30 | 26 |
| Octal | 62 | 117 | 220 | 101 | 55 | 0 | 54 | 335 | 60 | 46 |
| Binary | 110010 | 1001111 | 10010000 | 1000001 | 101101 | 0 | 101100 | 11011101 | 110000 | 100110 |
Color Harmonies of #324F90
Complementary color
Monochromatic Colors of #324F90
Black with #324F90
Text Example
Text Example
White with #324F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324F90; }
p { color: rgb(50,79,144); }
H1.HeaderClassName
{
color: #324F90;
}
.AnyTagClassName
{
color: #324F90;
}
</style>
background-color css
<style>
a { background-color: #324F90; }
a { background-color: rgb(50,79,144); }
div.DivClassName
{
background-color: #324F90;
}
.BgClassName
{
background-color: #324F90;
}
</style>
border-color css
<style>
span { border-color: #324F90; }
span { border-color: rgb(50,79,144); }
td.TdClassName
{
border-color: #324F90;
}
.TagClassName
{
border-color: #324F90;
}
</style>