Shades of Tory Blue #323F9D
Tints of Tory Blue #323F9D
RGB
CMYK
RGB Variations
Color information
#323F9D (or 0x323F9D) is known color: Tory Blue. HEX triplet: 32, 3F and 9D. RGB value is (50,63,157). Sum of RGB (Red+Green+Blue) = 50+63+157=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #323F9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323F9D is #CDC062. Grayscale: #454545. Windows color (decimal): -13484131 or 10305330. OLE color: 10305330.
HSL color Cylindrical-coordinate representation of color #323F9D: hue angle of 232.71º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #323F9D is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 63 | 157 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.38 |
| HSL | 232.71º | 0.52% | 0.41% | - |
| HSV(B) | 232.71º | 0.68% | 0.62% | - |
| XYZ | 9.18 | 6.67 | 32.7 | - |
| YUV | 69.83 | 177.19 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 157 | 0.68 | 0.60 | 0 | 0.38 | 232.71 | 0.52 | 0.41 |
| Hex | 32 | 3F | 9D | 44 | 3C | 0 | 26 | E9 | 34 | 29 |
| Octal | 62 | 77 | 235 | 104 | 74 | 0 | 46 | 351 | 64 | 51 |
| Binary | 110010 | 111111 | 10011101 | 1000100 | 111100 | 0 | 100110 | 11101001 | 110100 | 101001 |
Color Harmonies of #323F9D
Complementary color
Monochromatic Colors of #323F9D
Black with #323F9D
Text Example
Text Example
White with #323F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F9D; }
p { color: rgb(50,63,157); }
H1.HeaderClassName
{
color: #323F9D;
}
.AnyTagClassName
{
color: #323F9D;
}
</style>
background-color css
<style>
a { background-color: #323F9D; }
a { background-color: rgb(50,63,157); }
div.DivClassName
{
background-color: #323F9D;
}
.BgClassName
{
background-color: #323F9D;
}
</style>
border-color css
<style>
span { border-color: #323F9D; }
span { border-color: rgb(50,63,157); }
td.TdClassName
{
border-color: #323F9D;
}
.TagClassName
{
border-color: #323F9D;
}
</style>