Shades of Tory Blue #323F94
Tints of Tory Blue #323F94
RGB
CMYK
RGB Variations
Color information
#323F94 (or 0x323F94) is known color: Tory Blue. HEX triplet: 32, 3F and 94. RGB value is (50,63,148). Sum of RGB (Red+Green+Blue) = 50+63+148=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #323F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323F94 is #CDC06B. Grayscale: #444444. Windows color (decimal): -13484140 or 9715506. OLE color: 9715506.
HSL color Cylindrical-coordinate representation of color #323F94: hue angle of 232.04º 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 #323F94 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 63 | 148 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.42 |
| HSL | 232.04º | 0.49% | 0.39% | - |
| HSV(B) | 232.04º | 0.66% | 0.58% | - |
| XYZ | 8.44 | 6.37 | 28.8 | - |
| YUV | 68.8 | 172.69 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 148 | 0.66 | 0.57 | 0 | 0.42 | 232.04 | 0.49 | 0.39 |
| Hex | 32 | 3F | 94 | 42 | 39 | 0 | 2A | E8 | 31 | 27 |
| Octal | 62 | 77 | 224 | 102 | 71 | 0 | 52 | 350 | 61 | 47 |
| Binary | 110010 | 111111 | 10010100 | 1000010 | 111001 | 0 | 101010 | 11101000 | 110001 | 100111 |
Color Harmonies of #323F94
Complementary color
Monochromatic Colors of #323F94
Black with #323F94
Text Example
Text Example
White with #323F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F94; }
p { color: rgb(50,63,148); }
H1.HeaderClassName
{
color: #323F94;
}
.AnyTagClassName
{
color: #323F94;
}
</style>
background-color css
<style>
a { background-color: #323F94; }
a { background-color: rgb(50,63,148); }
div.DivClassName
{
background-color: #323F94;
}
.BgClassName
{
background-color: #323F94;
}
</style>
border-color css
<style>
span { border-color: #323F94; }
span { border-color: rgb(50,63,148); }
td.TdClassName
{
border-color: #323F94;
}
.TagClassName
{
border-color: #323F94;
}
</style>