Shades of Tory Blue #333D9A
Tints of Tory Blue #333D9A
RGB
CMYK
RGB Variations
Color information
#333D9A (or 0x333D9A) is known color: Tory Blue. HEX triplet: 33, 3D and 9A. RGB value is (51,61,154). Sum of RGB (Red+Green+Blue) = 51+61+154=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 154 (60.55% from 255 or 57.89% from 266); Max value from RGB is 154 - color contains mainly: blue. Hex color #333D9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333D9A is #CCC265. Grayscale: #444444. Windows color (decimal): -13419110 or 10108211. OLE color: 10108211.
HSL color Cylindrical-coordinate representation of color #333D9A: hue angle of 234.17º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #333D9A is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 61 | 154 | - |
| CMYK | 0.67 | 0.60 | 0 | 0.40 |
| HSL | 234.17º | 0.5% | 0.4% | - |
| HSV(B) | 234.17º | 0.67% | 0.6% | - |
| XYZ | 8.87 | 6.37 | 31.33 | - |
| YUV | 68.61 | 176.19 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 154 | 0.67 | 0.60 | 0 | 0.40 | 234.17 | 0.5 | 0.4 |
| Hex | 33 | 3D | 9A | 43 | 3C | 0 | 28 | EA | 32 | 28 |
| Octal | 63 | 75 | 232 | 103 | 74 | 0 | 50 | 352 | 62 | 50 |
| Binary | 110011 | 111101 | 10011010 | 1000011 | 111100 | 0 | 101000 | 11101010 | 110010 | 101000 |
Color Harmonies of #333D9A
Complementary color
Monochromatic Colors of #333D9A
Black with #333D9A
Text Example
Text Example
White with #333D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333D9A; }
p { color: rgb(51,61,154); }
H1.HeaderClassName
{
color: #333D9A;
}
.AnyTagClassName
{
color: #333D9A;
}
</style>
background-color css
<style>
a { background-color: #333D9A; }
a { background-color: rgb(51,61,154); }
div.DivClassName
{
background-color: #333D9A;
}
.BgClassName
{
background-color: #333D9A;
}
</style>
border-color css
<style>
span { border-color: #333D9A; }
span { border-color: rgb(51,61,154); }
td.TdClassName
{
border-color: #333D9A;
}
.TagClassName
{
border-color: #333D9A;
}
</style>