Shades of Tory Blue #323F9B
Tints of Tory Blue #323F9B
RGB
CMYK
RGB Variations
Color information
#323F9B (or 0x323F9B) is known color: Tory Blue. HEX triplet: 32, 3F and 9B. RGB value is (50,63,155). Sum of RGB (Red+Green+Blue) = 50+63+155=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #323F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323F9B is #CDC064. Grayscale: #454545. Windows color (decimal): -13484133 or 10174258. OLE color: 10174258.
HSL color Cylindrical-coordinate representation of color #323F9B: hue angle of 232.57º 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 #323F9B is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 63 | 155 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.39 |
| HSL | 232.57º | 0.51% | 0.4% | - |
| HSV(B) | 232.57º | 0.68% | 0.61% | - |
| XYZ | 9.01 | 6.6 | 31.81 | - |
| YUV | 69.6 | 176.19 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 155 | 0.68 | 0.59 | 0 | 0.39 | 232.57 | 0.51 | 0.4 |
| Hex | 32 | 3F | 9B | 44 | 3B | 0 | 27 | E9 | 33 | 28 |
| Octal | 62 | 77 | 233 | 104 | 73 | 0 | 47 | 351 | 63 | 50 |
| Binary | 110010 | 111111 | 10011011 | 1000100 | 111011 | 0 | 100111 | 11101001 | 110011 | 101000 |
Color Harmonies of #323F9B
Complementary color
Monochromatic Colors of #323F9B
Black with #323F9B
Text Example
Text Example
White with #323F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F9B; }
p { color: rgb(50,63,155); }
H1.HeaderClassName
{
color: #323F9B;
}
.AnyTagClassName
{
color: #323F9B;
}
</style>
background-color css
<style>
a { background-color: #323F9B; }
a { background-color: rgb(50,63,155); }
div.DivClassName
{
background-color: #323F9B;
}
.BgClassName
{
background-color: #323F9B;
}
</style>
border-color css
<style>
span { border-color: #323F9B; }
span { border-color: rgb(50,63,155); }
td.TdClassName
{
border-color: #323F9B;
}
.TagClassName
{
border-color: #323F9B;
}
</style>