Shades of Tory Blue #324CA2
Tints of Tory Blue #324CA2
RGB
CMYK
RGB Variations
Color information
#324CA2 (or 0x324CA2) is known color: Tory Blue. HEX triplet: 32, 4C and A2. RGB value is (50,76,162). Sum of RGB (Red+Green+Blue) = 50+76+162=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 162 (63.67% from 255 or 56.25% from 288); Max value from RGB is 162 - color contains mainly: blue. Hex color #324CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324CA2 is #CDB35D. Grayscale: #4D4D4D. Windows color (decimal): -13480798 or 10636338. OLE color: 10636338.
HSL color Cylindrical-coordinate representation of color #324CA2: hue angle of 226.07º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #324CA2 is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 76 | 162 | - |
| CMYK | 0.69 | 0.53 | 0 | 0.36 |
| HSL | 226.07º | 0.53% | 0.42% | - |
| HSV(B) | 226.07º | 0.69% | 0.64% | - |
| XYZ | 10.42 | 8.46 | 35.27 | - |
| YUV | 78.03 | 175.39 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 76 | 162 | 0.69 | 0.53 | 0 | 0.36 | 226.07 | 0.53 | 0.42 |
| Hex | 32 | 4C | A2 | 45 | 35 | 0 | 24 | E2 | 35 | 2A |
| Octal | 62 | 114 | 242 | 105 | 65 | 0 | 44 | 342 | 65 | 52 |
| Binary | 110010 | 1001100 | 10100010 | 1000101 | 110101 | 0 | 100100 | 11100010 | 110101 | 101010 |
Color Harmonies of #324CA2
Complementary color
Monochromatic Colors of #324CA2
Black with #324CA2
Text Example
Text Example
White with #324CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324CA2; }
p { color: rgb(50,76,162); }
H1.HeaderClassName
{
color: #324CA2;
}
.AnyTagClassName
{
color: #324CA2;
}
</style>
background-color css
<style>
a { background-color: #324CA2; }
a { background-color: rgb(50,76,162); }
div.DivClassName
{
background-color: #324CA2;
}
.BgClassName
{
background-color: #324CA2;
}
</style>
border-color css
<style>
span { border-color: #324CA2; }
span { border-color: rgb(50,76,162); }
td.TdClassName
{
border-color: #324CA2;
}
.TagClassName
{
border-color: #324CA2;
}
</style>