Shades of Tory Blue #324C90
Tints of Tory Blue #324C90
RGB
CMYK
RGB Variations
Color information
#324C90 (or 0x324C90) is known color: Tory Blue. HEX triplet: 32, 4C and 90. RGB value is (50,76,144). Sum of RGB (Red+Green+Blue) = 50+76+144=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #324C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324C90 is #CDB36F. Grayscale: #4B4B4B. Windows color (decimal): -13480816 or 9456690. OLE color: 9456690.
HSL color Cylindrical-coordinate representation of color #324C90: hue angle of 223.4º 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 #324C90 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 76 | 144 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.44 |
| HSL | 223.4º | 0.48% | 0.38% | - |
| HSV(B) | 223.4º | 0.65% | 0.56% | - |
| XYZ | 8.93 | 7.86 | 27.43 | - |
| YUV | 75.98 | 166.39 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 76 | 144 | 0.65 | 0.47 | 0 | 0.44 | 223.4 | 0.48 | 0.38 |
| Hex | 32 | 4C | 90 | 41 | 2F | 0 | 2C | DF | 30 | 26 |
| Octal | 62 | 114 | 220 | 101 | 57 | 0 | 54 | 337 | 60 | 46 |
| Binary | 110010 | 1001100 | 10010000 | 1000001 | 101111 | 0 | 101100 | 11011111 | 110000 | 100110 |
Color Harmonies of #324C90
Complementary color
Monochromatic Colors of #324C90
Black with #324C90
Text Example
Text Example
White with #324C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324C90; }
p { color: rgb(50,76,144); }
H1.HeaderClassName
{
color: #324C90;
}
.AnyTagClassName
{
color: #324C90;
}
</style>
background-color css
<style>
a { background-color: #324C90; }
a { background-color: rgb(50,76,144); }
div.DivClassName
{
background-color: #324C90;
}
.BgClassName
{
background-color: #324C90;
}
</style>
border-color css
<style>
span { border-color: #324C90; }
span { border-color: rgb(50,76,144); }
td.TdClassName
{
border-color: #324C90;
}
.TagClassName
{
border-color: #324C90;
}
</style>