Shades of Tory Blue #324BA0
Tints of Tory Blue #324BA0
RGB
CMYK
RGB Variations
Color information
#324BA0 (or 0x324BA0) is known color: Tory Blue. HEX triplet: 32, 4B and A0. RGB value is (50,75,160). Sum of RGB (Red+Green+Blue) = 50+75+160=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 160 (62.89% from 255 or 56.14% from 285); Max value from RGB is 160 - color contains mainly: blue. Hex color #324BA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324BA0 is #CDB45F. Grayscale: #4C4C4C. Windows color (decimal): -13481056 or 10505010. OLE color: 10505010.
HSL color Cylindrical-coordinate representation of color #324BA0: hue angle of 226.36º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #324BA0 is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 75 | 160 | - |
| CMYK | 0.69 | 0.53 | 0 | 0.37 |
| HSL | 226.36º | 0.52% | 0.41% | - |
| HSV(B) | 226.36º | 0.69% | 0.63% | - |
| XYZ | 10.18 | 8.25 | 34.31 | - |
| YUV | 77.22 | 174.72 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 160 | 0.69 | 0.53 | 0 | 0.37 | 226.36 | 0.52 | 0.41 |
| Hex | 32 | 4B | A0 | 45 | 35 | 0 | 25 | E2 | 34 | 29 |
| Octal | 62 | 113 | 240 | 105 | 65 | 0 | 45 | 342 | 64 | 51 |
| Binary | 110010 | 1001011 | 10100000 | 1000101 | 110101 | 0 | 100101 | 11100010 | 110100 | 101001 |
Color Harmonies of #324BA0
Complementary color
Monochromatic Colors of #324BA0
Black with #324BA0
Text Example
Text Example
White with #324BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324BA0; }
p { color: rgb(50,75,160); }
H1.HeaderClassName
{
color: #324BA0;
}
.AnyTagClassName
{
color: #324BA0;
}
</style>
background-color css
<style>
a { background-color: #324BA0; }
a { background-color: rgb(50,75,160); }
div.DivClassName
{
background-color: #324BA0;
}
.BgClassName
{
background-color: #324BA0;
}
</style>
border-color css
<style>
span { border-color: #324BA0; }
span { border-color: rgb(50,75,160); }
td.TdClassName
{
border-color: #324BA0;
}
.TagClassName
{
border-color: #324BA0;
}
</style>