Shades of Tory Blue #333E9D
Tints of Tory Blue #333E9D
RGB
CMYK
RGB Variations
Color information
#333E9D (or 0x333E9D) is known color: Tory Blue. HEX triplet: 33, 3E and 9D. RGB value is (51,62,157). Sum of RGB (Red+Green+Blue) = 51+62+157=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 62 (24.61% from 255 or 22.96% 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 #333E9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333E9D is #CCC162. Grayscale: #454545. Windows color (decimal): -13418851 or 10305075. OLE color: 10305075.
HSL color Cylindrical-coordinate representation of color #333E9D: hue angle of 233.77º degrees, saturation: 0.51, 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 #333E9D is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 62 | 157 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.38 |
| HSL | 233.77º | 0.51% | 0.41% | - |
| HSV(B) | 233.77º | 0.68% | 0.62% | - |
| XYZ | 9.17 | 6.58 | 32.69 | - |
| YUV | 69.54 | 177.36 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 62 | 157 | 0.68 | 0.61 | 0 | 0.38 | 233.77 | 0.51 | 0.41 |
| Hex | 33 | 3E | 9D | 44 | 3D | 0 | 26 | EA | 33 | 29 |
| Octal | 63 | 76 | 235 | 104 | 75 | 0 | 46 | 352 | 63 | 51 |
| Binary | 110011 | 111110 | 10011101 | 1000100 | 111101 | 0 | 100110 | 11101010 | 110011 | 101001 |
Color Harmonies of #333E9D
Complementary color
Monochromatic Colors of #333E9D
Black with #333E9D
Text Example
Text Example
White with #333E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333E9D; }
p { color: rgb(51,62,157); }
H1.HeaderClassName
{
color: #333E9D;
}
.AnyTagClassName
{
color: #333E9D;
}
</style>
background-color css
<style>
a { background-color: #333E9D; }
a { background-color: rgb(51,62,157); }
div.DivClassName
{
background-color: #333E9D;
}
.BgClassName
{
background-color: #333E9D;
}
</style>
border-color css
<style>
span { border-color: #333E9D; }
span { border-color: rgb(51,62,157); }
td.TdClassName
{
border-color: #333E9D;
}
.TagClassName
{
border-color: #333E9D;
}
</style>