Shades of Tory Blue #333E93
Tints of Tory Blue #333E93
RGB
CMYK
RGB Variations
Color information
#333E93 (or 0x333E93) is known color: Tory Blue. HEX triplet: 33, 3E and 93. RGB value is (51,62,147). Sum of RGB (Red+Green+Blue) = 51+62+147=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #333E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333E93 is #CCC16C. Grayscale: #444444. Windows color (decimal): -13418861 or 9649715. OLE color: 9649715.
HSL color Cylindrical-coordinate representation of color #333E93: hue angle of 233.12º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #333E93 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 62 | 147 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.42 |
| HSL | 233.13º | 0.48% | 0.39% | - |
| HSV(B) | 233.13º | 0.65% | 0.58% | - |
| XYZ | 8.35 | 6.26 | 28.37 | - |
| YUV | 68.4 | 172.36 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 62 | 147 | 0.65 | 0.58 | 0 | 0.42 | 233.13 | 0.48 | 0.39 |
| Hex | 33 | 3E | 93 | 41 | 3A | 0 | 2A | E9 | 30 | 27 |
| Octal | 63 | 76 | 223 | 101 | 72 | 0 | 52 | 351 | 60 | 47 |
| Binary | 110011 | 111110 | 10010011 | 1000001 | 111010 | 0 | 101010 | 11101001 | 110000 | 100111 |
Color Harmonies of #333E93
Complementary color
Monochromatic Colors of #333E93
Black with #333E93
Text Example
Text Example
White with #333E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333E93; }
p { color: rgb(51,62,147); }
H1.HeaderClassName
{
color: #333E93;
}
.AnyTagClassName
{
color: #333E93;
}
</style>
background-color css
<style>
a { background-color: #333E93; }
a { background-color: rgb(51,62,147); }
div.DivClassName
{
background-color: #333E93;
}
.BgClassName
{
background-color: #333E93;
}
</style>
border-color css
<style>
span { border-color: #333E93; }
span { border-color: rgb(51,62,147); }
td.TdClassName
{
border-color: #333E93;
}
.TagClassName
{
border-color: #333E93;
}
</style>