Shades of Tory Blue #324293
Tints of Tory Blue #324293
RGB
CMYK
RGB Variations
Color information
#324293 (or 0x324293) is known color: Tory Blue. HEX triplet: 32, 42 and 93. RGB value is (50,66,147). Sum of RGB (Red+Green+Blue) = 50+66+147=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #324293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324293 is #CDBD6C. Grayscale: #464646. Windows color (decimal): -13483373 or 9650738. OLE color: 9650738.
HSL color Cylindrical-coordinate representation of color #324293: hue angle of 230.1º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #324293 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 66 | 147 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.42 |
| HSL | 230.1º | 0.49% | 0.39% | - |
| HSV(B) | 230.1º | 0.66% | 0.58% | - |
| XYZ | 8.53 | 6.68 | 28.44 | - |
| YUV | 70.45 | 171.2 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 147 | 0.66 | 0.55 | 0 | 0.42 | 230.1 | 0.49 | 0.39 |
| Hex | 32 | 42 | 93 | 42 | 37 | 0 | 2A | E6 | 31 | 27 |
| Octal | 62 | 102 | 223 | 102 | 67 | 0 | 52 | 346 | 61 | 47 |
| Binary | 110010 | 1000010 | 10010011 | 1000010 | 110111 | 0 | 101010 | 11100110 | 110001 | 100111 |
Color Harmonies of #324293
Complementary color
Monochromatic Colors of #324293
Black with #324293
Text Example
Text Example
White with #324293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324293; }
p { color: rgb(50,66,147); }
H1.HeaderClassName
{
color: #324293;
}
.AnyTagClassName
{
color: #324293;
}
</style>
background-color css
<style>
a { background-color: #324293; }
a { background-color: rgb(50,66,147); }
div.DivClassName
{
background-color: #324293;
}
.BgClassName
{
background-color: #324293;
}
</style>
border-color css
<style>
span { border-color: #324293; }
span { border-color: rgb(50,66,147); }
td.TdClassName
{
border-color: #324293;
}
.TagClassName
{
border-color: #324293;
}
</style>