Shades of Tory Blue #323F8C
Tints of Tory Blue #323F8C
RGB
CMYK
RGB Variations
Color information
#323F8C (or 0x323F8C) is known color: Tory Blue. HEX triplet: 32, 3F and 8C. RGB value is (50,63,140). Sum of RGB (Red+Green+Blue) = 50+63+140=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #323F8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323F8C is #CDC073. Grayscale: #434343. Windows color (decimal): -13484148 or 9191218. OLE color: 9191218.
HSL color Cylindrical-coordinate representation of color #323F8C: hue angle of 231.33º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #323F8C is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 63 | 140 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.45 |
| HSL | 231.33º | 0.47% | 0.37% | - |
| HSV(B) | 231.33º | 0.64% | 0.55% | - |
| XYZ | 7.83 | 6.13 | 25.58 | - |
| YUV | 67.89 | 168.69 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 140 | 0.64 | 0.55 | 0 | 0.45 | 231.33 | 0.47 | 0.37 |
| Hex | 32 | 3F | 8C | 40 | 37 | 0 | 2D | E7 | 2F | 25 |
| Octal | 62 | 77 | 214 | 100 | 67 | 0 | 55 | 347 | 57 | 45 |
| Binary | 110010 | 111111 | 10001100 | 1000000 | 110111 | 0 | 101101 | 11100111 | 101111 | 100101 |
Color Harmonies of #323F8C
Complementary color
Monochromatic Colors of #323F8C
Black with #323F8C
Text Example
Text Example
White with #323F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F8C; }
p { color: rgb(50,63,140); }
H1.HeaderClassName
{
color: #323F8C;
}
.AnyTagClassName
{
color: #323F8C;
}
</style>
background-color css
<style>
a { background-color: #323F8C; }
a { background-color: rgb(50,63,140); }
div.DivClassName
{
background-color: #323F8C;
}
.BgClassName
{
background-color: #323F8C;
}
</style>
border-color css
<style>
span { border-color: #323F8C; }
span { border-color: rgb(50,63,140); }
td.TdClassName
{
border-color: #323F8C;
}
.TagClassName
{
border-color: #323F8C;
}
</style>