Shades of Tory Blue #333F98
Tints of Tory Blue #333F98
RGB
CMYK
RGB Variations
Color information
#333F98 (or 0x333F98) is known color: Tory Blue. HEX triplet: 33, 3F and 98. RGB value is (51,63,152). Sum of RGB (Red+Green+Blue) = 51+63+152=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #333F98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333F98 is #CCC067. Grayscale: #454545. Windows color (decimal): -13418600 or 9977651. OLE color: 9977651.
HSL color Cylindrical-coordinate representation of color #333F98: hue angle of 232.87º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #333F98 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 63 | 152 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.40 |
| HSL | 232.87º | 0.5% | 0.4% | - |
| HSV(B) | 232.87º | 0.66% | 0.6% | - |
| XYZ | 8.81 | 6.53 | 30.5 | - |
| YUV | 69.56 | 174.52 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 152 | 0.66 | 0.59 | 0 | 0.40 | 232.87 | 0.5 | 0.4 |
| Hex | 33 | 3F | 98 | 42 | 3B | 0 | 28 | E9 | 32 | 28 |
| Octal | 63 | 77 | 230 | 102 | 73 | 0 | 50 | 351 | 62 | 50 |
| Binary | 110011 | 111111 | 10011000 | 1000010 | 111011 | 0 | 101000 | 11101001 | 110010 | 101000 |
Color Harmonies of #333F98
Complementary color
Monochromatic Colors of #333F98
Black with #333F98
Text Example
Text Example
White with #333F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333F98; }
p { color: rgb(51,63,152); }
H1.HeaderClassName
{
color: #333F98;
}
.AnyTagClassName
{
color: #333F98;
}
</style>
background-color css
<style>
a { background-color: #333F98; }
a { background-color: rgb(51,63,152); }
div.DivClassName
{
background-color: #333F98;
}
.BgClassName
{
background-color: #333F98;
}
</style>
border-color css
<style>
span { border-color: #333F98; }
span { border-color: rgb(51,63,152); }
td.TdClassName
{
border-color: #333F98;
}
.TagClassName
{
border-color: #333F98;
}
</style>