Shades of Tory Blue #335099
Tints of Tory Blue #335099
RGB
CMYK
RGB Variations
Color information
#335099 (or 0x335099) is known color: Tory Blue. HEX triplet: 33, 50 and 99. RGB value is (51,80,153). Sum of RGB (Red+Green+Blue) = 51+80+153=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #335099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335099 is #CCAF66. Grayscale: #4F4F4F. Windows color (decimal): -13414247 or 10047539. OLE color: 10047539.
HSL color Cylindrical-coordinate representation of color #335099: hue angle of 222.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 #335099 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 80 | 153 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.4 |
| HSL | 222.94º | 0.5% | 0.4% | - |
| HSV(B) | 222.94º | 0.67% | 0.6% | - |
| XYZ | 9.98 | 8.74 | 31.3 | - |
| YUV | 79.65 | 169.39 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 153 | 0.67 | 0.48 | 0 | 0.4 | 222.94 | 0.5 | 0.4 |
| Hex | 33 | 50 | 99 | 43 | 30 | 0 | 28 | DF | 32 | 28 |
| Octal | 63 | 120 | 231 | 103 | 60 | 0 | 50 | 337 | 62 | 50 |
| Binary | 110011 | 1010000 | 10011001 | 1000011 | 110000 | 0 | 101000 | 11011111 | 110010 | 101000 |
Color Harmonies of #335099
Complementary color
Monochromatic Colors of #335099
Black with #335099
Text Example
Text Example
White with #335099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335099; }
p { color: rgb(51,80,153); }
H1.HeaderClassName
{
color: #335099;
}
.AnyTagClassName
{
color: #335099;
}
</style>
background-color css
<style>
a { background-color: #335099; }
a { background-color: rgb(51,80,153); }
div.DivClassName
{
background-color: #335099;
}
.BgClassName
{
background-color: #335099;
}
</style>
border-color css
<style>
span { border-color: #335099; }
span { border-color: rgb(51,80,153); }
td.TdClassName
{
border-color: #335099;
}
.TagClassName
{
border-color: #335099;
}
</style>