Shades of Tory Blue #333F99
Tints of Tory Blue #333F99
RGB
CMYK
RGB Variations
Color information
#333F99 (or 0x333F99) is known color: Tory Blue. HEX triplet: 33, 3F and 99. RGB value is (51,63,153). Sum of RGB (Red+Green+Blue) = 51+63+153=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #333F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333F99 is #CCC066. Grayscale: #454545. Windows color (decimal): -13418599 or 10043187. OLE color: 10043187.
HSL color Cylindrical-coordinate representation of color #333F99: hue angle of 232.94º 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 #333F99 is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 63 | 153 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.4 |
| HSL | 232.94º | 0.5% | 0.4% | - |
| HSV(B) | 232.94º | 0.67% | 0.6% | - |
| XYZ | 8.89 | 6.56 | 30.93 | - |
| YUV | 69.67 | 175.02 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 153 | 0.67 | 0.59 | 0 | 0.4 | 232.94 | 0.5 | 0.4 |
| Hex | 33 | 3F | 99 | 43 | 3B | 0 | 28 | E9 | 32 | 28 |
| Octal | 63 | 77 | 231 | 103 | 73 | 0 | 50 | 351 | 62 | 50 |
| Binary | 110011 | 111111 | 10011001 | 1000011 | 111011 | 0 | 101000 | 11101001 | 110010 | 101000 |
Color Harmonies of #333F99
Complementary color
Monochromatic Colors of #333F99
Black with #333F99
Text Example
Text Example
White with #333F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333F99; }
p { color: rgb(51,63,153); }
H1.HeaderClassName
{
color: #333F99;
}
.AnyTagClassName
{
color: #333F99;
}
</style>
background-color css
<style>
a { background-color: #333F99; }
a { background-color: rgb(51,63,153); }
div.DivClassName
{
background-color: #333F99;
}
.BgClassName
{
background-color: #333F99;
}
</style>
border-color css
<style>
span { border-color: #333F99; }
span { border-color: rgb(51,63,153); }
td.TdClassName
{
border-color: #333F99;
}
.TagClassName
{
border-color: #333F99;
}
</style>