Shades of Tory Blue #323F9C
Tints of Tory Blue #323F9C
RGB
CMYK
RGB Variations
Color information
#323F9C (or 0x323F9C) is known color: Tory Blue. HEX triplet: 32, 3F and 9C. RGB value is (50,63,156). Sum of RGB (Red+Green+Blue) = 50+63+156=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 156 (61.33% from 255 or 57.99% from 269); Max value from RGB is 156 - color contains mainly: blue. Hex color #323F9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323F9C is #CDC063. Grayscale: #454545. Windows color (decimal): -13484132 or 10239794. OLE color: 10239794.
HSL color Cylindrical-coordinate representation of color #323F9C: hue angle of 232.64º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #323F9C is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 63 | 156 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.39 |
| HSL | 232.64º | 0.51% | 0.4% | - |
| HSV(B) | 232.64º | 0.68% | 0.61% | - |
| XYZ | 9.09 | 6.63 | 32.25 | - |
| YUV | 69.72 | 176.69 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 156 | 0.68 | 0.60 | 0 | 0.39 | 232.64 | 0.51 | 0.4 |
| Hex | 32 | 3F | 9C | 44 | 3C | 0 | 27 | E9 | 33 | 28 |
| Octal | 62 | 77 | 234 | 104 | 74 | 0 | 47 | 351 | 63 | 50 |
| Binary | 110010 | 111111 | 10011100 | 1000100 | 111100 | 0 | 100111 | 11101001 | 110011 | 101000 |
Color Harmonies of #323F9C
Complementary color
Monochromatic Colors of #323F9C
Black with #323F9C
Text Example
Text Example
White with #323F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F9C; }
p { color: rgb(50,63,156); }
H1.HeaderClassName
{
color: #323F9C;
}
.AnyTagClassName
{
color: #323F9C;
}
</style>
background-color css
<style>
a { background-color: #323F9C; }
a { background-color: rgb(50,63,156); }
div.DivClassName
{
background-color: #323F9C;
}
.BgClassName
{
background-color: #323F9C;
}
</style>
border-color css
<style>
span { border-color: #323F9C; }
span { border-color: rgb(50,63,156); }
td.TdClassName
{
border-color: #323F9C;
}
.TagClassName
{
border-color: #323F9C;
}
</style>