Shades of Tory Blue #333FA0
Tints of Tory Blue #333FA0
RGB
CMYK
RGB Variations
Color information
#333FA0 (or 0x333FA0) is known color: Tory Blue. HEX triplet: 33, 3F and A0. RGB value is (51,63,160). Sum of RGB (Red+Green+Blue) = 51+63+160=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 160 (62.89% from 255 or 58.39% from 274); Max value from RGB is 160 - color contains mainly: blue. Hex color #333FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333FA0 is #CCC05F. Grayscale: #464646. Windows color (decimal): -13418592 or 10501939. OLE color: 10501939.
HSL color Cylindrical-coordinate representation of color #333FA0: hue angle of 233.39º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #333FA0 is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 63 | 160 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.37 |
| HSL | 233.39º | 0.52% | 0.41% | - |
| HSV(B) | 233.39º | 0.68% | 0.63% | - |
| XYZ | 9.49 | 6.8 | 34.07 | - |
| YUV | 70.47 | 178.52 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 160 | 0.68 | 0.61 | 0 | 0.37 | 233.39 | 0.52 | 0.41 |
| Hex | 33 | 3F | A0 | 44 | 3D | 0 | 25 | E9 | 34 | 29 |
| Octal | 63 | 77 | 240 | 104 | 75 | 0 | 45 | 351 | 64 | 51 |
| Binary | 110011 | 111111 | 10100000 | 1000100 | 111101 | 0 | 100101 | 11101001 | 110100 | 101001 |
Color Harmonies of #333FA0
Complementary color
Monochromatic Colors of #333FA0
Black with #333FA0
Text Example
Text Example
White with #333FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333FA0; }
p { color: rgb(51,63,160); }
H1.HeaderClassName
{
color: #333FA0;
}
.AnyTagClassName
{
color: #333FA0;
}
</style>
background-color css
<style>
a { background-color: #333FA0; }
a { background-color: rgb(51,63,160); }
div.DivClassName
{
background-color: #333FA0;
}
.BgClassName
{
background-color: #333FA0;
}
</style>
border-color css
<style>
span { border-color: #333FA0; }
span { border-color: rgb(51,63,160); }
td.TdClassName
{
border-color: #333FA0;
}
.TagClassName
{
border-color: #333FA0;
}
</style>