Shades of Tory Blue #333E91
Tints of Tory Blue #333E91
RGB
CMYK
RGB Variations
Color information
#333E91 (or 0x333E91) is known color: Tory Blue. HEX triplet: 33, 3E and 91. RGB value is (51,62,145). Sum of RGB (Red+Green+Blue) = 51+62+145=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 145 (57.03% from 255 or 56.20% from 258); Max value from RGB is 145 - color contains mainly: blue. Hex color #333E91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333E91 is #CCC16E. Grayscale: #434343. Windows color (decimal): -13418863 or 9518643. OLE color: 9518643.
HSL color Cylindrical-coordinate representation of color #333E91: hue angle of 232.98º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #333E91 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 62 | 145 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.43 |
| HSL | 232.98º | 0.48% | 0.38% | - |
| HSV(B) | 232.98º | 0.65% | 0.57% | - |
| XYZ | 8.2 | 6.19 | 27.55 | - |
| YUV | 68.17 | 171.36 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 62 | 145 | 0.65 | 0.57 | 0 | 0.43 | 232.98 | 0.48 | 0.38 |
| Hex | 33 | 3E | 91 | 41 | 39 | 0 | 2B | E9 | 30 | 26 |
| Octal | 63 | 76 | 221 | 101 | 71 | 0 | 53 | 351 | 60 | 46 |
| Binary | 110011 | 111110 | 10010001 | 1000001 | 111001 | 0 | 101011 | 11101001 | 110000 | 100110 |
Color Harmonies of #333E91
Complementary color
Monochromatic Colors of #333E91
Black with #333E91
Text Example
Text Example
White with #333E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333E91; }
p { color: rgb(51,62,145); }
H1.HeaderClassName
{
color: #333E91;
}
.AnyTagClassName
{
color: #333E91;
}
</style>
background-color css
<style>
a { background-color: #333E91; }
a { background-color: rgb(51,62,145); }
div.DivClassName
{
background-color: #333E91;
}
.BgClassName
{
background-color: #333E91;
}
</style>
border-color css
<style>
span { border-color: #333E91; }
span { border-color: rgb(51,62,145); }
td.TdClassName
{
border-color: #333E91;
}
.TagClassName
{
border-color: #333E91;
}
</style>