Shades of Tory Blue #323E93
Tints of Tory Blue #323E93
RGB
CMYK
RGB Variations
Color information
#323E93 (or 0x323E93) is known color: Tory Blue. HEX triplet: 32, 3E and 93. RGB value is (50,62,147). Sum of RGB (Red+Green+Blue) = 50+62+147=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 147 (57.81% from 255 or 56.76% from 259); Max value from RGB is 147 - color contains mainly: blue. Hex color #323E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323E93 is #CDC16C. Grayscale: #434343. Windows color (decimal): -13484397 or 9649714. OLE color: 9649714.
HSL color Cylindrical-coordinate representation of color #323E93: hue angle of 232.58º 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 #323E93 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 62 | 147 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.42 |
| HSL | 232.58º | 0.49% | 0.39% | - |
| HSV(B) | 232.58º | 0.66% | 0.58% | - |
| XYZ | 8.3 | 6.23 | 28.37 | - |
| YUV | 68.1 | 172.52 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 147 | 0.66 | 0.58 | 0 | 0.42 | 232.58 | 0.49 | 0.39 |
| Hex | 32 | 3E | 93 | 42 | 3A | 0 | 2A | E9 | 31 | 27 |
| Octal | 62 | 76 | 223 | 102 | 72 | 0 | 52 | 351 | 61 | 47 |
| Binary | 110010 | 111110 | 10010011 | 1000010 | 111010 | 0 | 101010 | 11101001 | 110001 | 100111 |
Color Harmonies of #323E93
Complementary color
Monochromatic Colors of #323E93
Black with #323E93
Text Example
Text Example
White with #323E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323E93; }
p { color: rgb(50,62,147); }
H1.HeaderClassName
{
color: #323E93;
}
.AnyTagClassName
{
color: #323E93;
}
</style>
background-color css
<style>
a { background-color: #323E93; }
a { background-color: rgb(50,62,147); }
div.DivClassName
{
background-color: #323E93;
}
.BgClassName
{
background-color: #323E93;
}
</style>
border-color css
<style>
span { border-color: #323E93; }
span { border-color: rgb(50,62,147); }
td.TdClassName
{
border-color: #323E93;
}
.TagClassName
{
border-color: #323E93;
}
</style>