Shades of Tory Blue #323D93
Tints of Tory Blue #323D93
RGB
CMYK
RGB Variations
Color information
#323D93 (or 0x323D93) is known color: Tory Blue. HEX triplet: 32, 3D and 93. RGB value is (50,61,147). Sum of RGB (Red+Green+Blue) = 50+61+147=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 147 (57.81% from 255 or 56.98% from 258); Max value from RGB is 147 - color contains mainly: blue. Hex color #323D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323D93 is #CDC26C. Grayscale: #434343. Windows color (decimal): -13484653 or 9649458. OLE color: 9649458.
HSL color Cylindrical-coordinate representation of color #323D93: hue angle of 233.2º 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 #323D93 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 61 | 147 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.42 |
| HSL | 233.2º | 0.49% | 0.39% | - |
| HSV(B) | 233.2º | 0.66% | 0.58% | - |
| XYZ | 8.25 | 6.12 | 28.35 | - |
| YUV | 67.52 | 172.86 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 147 | 0.66 | 0.59 | 0 | 0.42 | 233.2 | 0.49 | 0.39 |
| Hex | 32 | 3D | 93 | 42 | 3B | 0 | 2A | E9 | 31 | 27 |
| Octal | 62 | 75 | 223 | 102 | 73 | 0 | 52 | 351 | 61 | 47 |
| Binary | 110010 | 111101 | 10010011 | 1000010 | 111011 | 0 | 101010 | 11101001 | 110001 | 100111 |
Color Harmonies of #323D93
Complementary color
Monochromatic Colors of #323D93
Black with #323D93
Text Example
Text Example
White with #323D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D93; }
p { color: rgb(50,61,147); }
H1.HeaderClassName
{
color: #323D93;
}
.AnyTagClassName
{
color: #323D93;
}
</style>
background-color css
<style>
a { background-color: #323D93; }
a { background-color: rgb(50,61,147); }
div.DivClassName
{
background-color: #323D93;
}
.BgClassName
{
background-color: #323D93;
}
</style>
border-color css
<style>
span { border-color: #323D93; }
span { border-color: rgb(50,61,147); }
td.TdClassName
{
border-color: #323D93;
}
.TagClassName
{
border-color: #323D93;
}
</style>