Shades of Tory Blue #324A8F
Tints of Tory Blue #324A8F
RGB
CMYK
RGB Variations
Color information
#324A8F (or 0x324A8F) is known color: Tory Blue. HEX triplet: 32, 4A and 8F. RGB value is (50,74,143). Sum of RGB (Red+Green+Blue) = 50+74+143=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 143 (56.25% from 255 or 53.56% from 267); Max value from RGB is 143 - color contains mainly: blue. Hex color #324A8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324A8F is #CDB570. Grayscale: #4A4A4A. Windows color (decimal): -13481329 or 9390642. OLE color: 9390642.
HSL color Cylindrical-coordinate representation of color #324A8F: hue angle of 224.52º 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 #324A8F is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 74 | 143 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.44 |
| HSL | 224.52º | 0.48% | 0.38% | - |
| HSV(B) | 224.52º | 0.65% | 0.56% | - |
| XYZ | 8.72 | 7.56 | 26.99 | - |
| YUV | 74.69 | 166.55 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 143 | 0.65 | 0.48 | 0 | 0.44 | 224.52 | 0.48 | 0.38 |
| Hex | 32 | 4A | 8F | 41 | 30 | 0 | 2C | E1 | 30 | 26 |
| Octal | 62 | 112 | 217 | 101 | 60 | 0 | 54 | 341 | 60 | 46 |
| Binary | 110010 | 1001010 | 10001111 | 1000001 | 110000 | 0 | 101100 | 11100001 | 110000 | 100110 |
Color Harmonies of #324A8F
Complementary color
Monochromatic Colors of #324A8F
Black with #324A8F
Text Example
Text Example
White with #324A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324A8F; }
p { color: rgb(50,74,143); }
H1.HeaderClassName
{
color: #324A8F;
}
.AnyTagClassName
{
color: #324A8F;
}
</style>
background-color css
<style>
a { background-color: #324A8F; }
a { background-color: rgb(50,74,143); }
div.DivClassName
{
background-color: #324A8F;
}
.BgClassName
{
background-color: #324A8F;
}
</style>
border-color css
<style>
span { border-color: #324A8F; }
span { border-color: rgb(50,74,143); }
td.TdClassName
{
border-color: #324A8F;
}
.TagClassName
{
border-color: #324A8F;
}
</style>