Shades of Tory Blue #333F9F
Tints of Tory Blue #333F9F
RGB
CMYK
RGB Variations
Color information
#333F9F (or 0x333F9F) is known color: Tory Blue. HEX triplet: 33, 3F and 9F. RGB value is (51,63,159). Sum of RGB (Red+Green+Blue) = 51+63+159=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #333F9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333F9F is #CCC060. Grayscale: #454545. Windows color (decimal): -13418593 or 10436403. OLE color: 10436403.
HSL color Cylindrical-coordinate representation of color #333F9F: hue angle of 233.33º 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 #333F9F is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 63 | 159 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.38 |
| HSL | 233.33º | 0.51% | 0.41% | - |
| HSV(B) | 233.33º | 0.68% | 0.62% | - |
| XYZ | 9.4 | 6.76 | 33.61 | - |
| YUV | 70.36 | 178.02 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 159 | 0.68 | 0.60 | 0 | 0.38 | 233.33 | 0.51 | 0.41 |
| Hex | 33 | 3F | 9F | 44 | 3C | 0 | 26 | E9 | 33 | 29 |
| Octal | 63 | 77 | 237 | 104 | 74 | 0 | 46 | 351 | 63 | 51 |
| Binary | 110011 | 111111 | 10011111 | 1000100 | 111100 | 0 | 100110 | 11101001 | 110011 | 101001 |
Color Harmonies of #333F9F
Complementary color
Monochromatic Colors of #333F9F
Black with #333F9F
Text Example
Text Example
White with #333F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333F9F; }
p { color: rgb(51,63,159); }
H1.HeaderClassName
{
color: #333F9F;
}
.AnyTagClassName
{
color: #333F9F;
}
</style>
background-color css
<style>
a { background-color: #333F9F; }
a { background-color: rgb(51,63,159); }
div.DivClassName
{
background-color: #333F9F;
}
.BgClassName
{
background-color: #333F9F;
}
</style>
border-color css
<style>
span { border-color: #333F9F; }
span { border-color: rgb(51,63,159); }
td.TdClassName
{
border-color: #333F9F;
}
.TagClassName
{
border-color: #333F9F;
}
</style>