Shades of Tory Blue #324D8D
Tints of Tory Blue #324D8D
RGB
CMYK
RGB Variations
Color information
#324D8D (or 0x324D8D) is known color: Tory Blue. HEX triplet: 32, 4D and 8D. RGB value is (50,77,141). Sum of RGB (Red+Green+Blue) = 50+77+141=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #324D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324D8D is #CDB272. Grayscale: #4B4B4B. Windows color (decimal): -13480563 or 9260338. OLE color: 9260338.
HSL color Cylindrical-coordinate representation of color #324D8D: hue angle of 222.2º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #324D8D is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 77 | 141 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.45 |
| HSL | 222.2º | 0.48% | 0.37% | - |
| HSV(B) | 222.2º | 0.65% | 0.55% | - |
| XYZ | 8.78 | 7.91 | 26.26 | - |
| YUV | 76.22 | 164.55 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 77 | 141 | 0.65 | 0.45 | 0 | 0.45 | 222.2 | 0.48 | 0.37 |
| Hex | 32 | 4D | 8D | 41 | 2D | 0 | 2D | DE | 30 | 25 |
| Octal | 62 | 115 | 215 | 101 | 55 | 0 | 55 | 336 | 60 | 45 |
| Binary | 110010 | 1001101 | 10001101 | 1000001 | 101101 | 0 | 101101 | 11011110 | 110000 | 100101 |
Color Harmonies of #324D8D
Complementary color
Monochromatic Colors of #324D8D
Black with #324D8D
Text Example
Text Example
White with #324D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324D8D; }
p { color: rgb(50,77,141); }
H1.HeaderClassName
{
color: #324D8D;
}
.AnyTagClassName
{
color: #324D8D;
}
</style>
background-color css
<style>
a { background-color: #324D8D; }
a { background-color: rgb(50,77,141); }
div.DivClassName
{
background-color: #324D8D;
}
.BgClassName
{
background-color: #324D8D;
}
</style>
border-color css
<style>
span { border-color: #324D8D; }
span { border-color: rgb(50,77,141); }
td.TdClassName
{
border-color: #324D8D;
}
.TagClassName
{
border-color: #324D8D;
}
</style>