Shades of Tory Blue #335297
Tints of Tory Blue #335297
RGB
CMYK
RGB Variations
Color information
#335297 (or 0x335297) is known color: Tory Blue. HEX triplet: 33, 52 and 97. RGB value is (51,82,151). Sum of RGB (Red+Green+Blue) = 51+82+151=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 151 (59.38% from 255 or 53.17% from 284); Max value from RGB is 151 - color contains mainly: blue. Hex color #335297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335297 is #CCAD68. Grayscale: #505050. Windows color (decimal): -13413737 or 9916979. OLE color: 9916979.
HSL color Cylindrical-coordinate representation of color #335297: hue angle of 221.4º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #335297 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 51 | 82 | 151 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.41 |
| HSL | 221.4º | 0.5% | 0.4% | - |
| HSV(B) | 221.4º | 0.66% | 0.59% | - |
| XYZ | 9.97 | 8.97 | 30.48 | - |
| YUV | 80.6 | 167.73 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 82 | 151 | 0.66 | 0.46 | 0 | 0.41 | 221.4 | 0.5 | 0.4 |
| Hex | 33 | 52 | 97 | 42 | 2E | 0 | 29 | DD | 32 | 28 |
| Octal | 63 | 122 | 227 | 102 | 56 | 0 | 51 | 335 | 62 | 50 |
| Binary | 110011 | 1010010 | 10010111 | 1000010 | 101110 | 0 | 101001 | 11011101 | 110010 | 101000 |
Color Harmonies of #335297
Complementary color
Monochromatic Colors of #335297
Black with #335297
Text Example
Text Example
White with #335297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335297; }
p { color: rgb(51,82,151); }
H1.HeaderClassName
{
color: #335297;
}
.AnyTagClassName
{
color: #335297;
}
</style>
background-color css
<style>
a { background-color: #335297; }
a { background-color: rgb(51,82,151); }
div.DivClassName
{
background-color: #335297;
}
.BgClassName
{
background-color: #335297;
}
</style>
border-color css
<style>
span { border-color: #335297; }
span { border-color: rgb(51,82,151); }
td.TdClassName
{
border-color: #335297;
}
.TagClassName
{
border-color: #335297;
}
</style>