Shades of Tory Blue #335494
Tints of Tory Blue #335494
RGB
CMYK
RGB Variations
Color information
#335494 (or 0x335494) is known color: Tory Blue. HEX triplet: 33, 54 and 94. RGB value is (51,84,148). Sum of RGB (Red+Green+Blue) = 51+84+148=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #335494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335494 is #CCAB6B. Grayscale: #515151. Windows color (decimal): -13413228 or 9720883. OLE color: 9720883.
HSL color Cylindrical-coordinate representation of color #335494: hue angle of 219.59º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #335494 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 84 | 148 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.42 |
| HSL | 219.59º | 0.49% | 0.39% | - |
| HSV(B) | 219.59º | 0.66% | 0.58% | - |
| XYZ | 9.88 | 9.18 | 29.27 | - |
| YUV | 81.43 | 165.57 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 148 | 0.66 | 0.43 | 0 | 0.42 | 219.59 | 0.49 | 0.39 |
| Hex | 33 | 54 | 94 | 42 | 2B | 0 | 2A | DC | 31 | 27 |
| Octal | 63 | 124 | 224 | 102 | 53 | 0 | 52 | 334 | 61 | 47 |
| Binary | 110011 | 1010100 | 10010100 | 1000010 | 101011 | 0 | 101010 | 11011100 | 110001 | 100111 |
Color Harmonies of #335494
Complementary color
Monochromatic Colors of #335494
Black with #335494
Text Example
Text Example
White with #335494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335494; }
p { color: rgb(51,84,148); }
H1.HeaderClassName
{
color: #335494;
}
.AnyTagClassName
{
color: #335494;
}
</style>
background-color css
<style>
a { background-color: #335494; }
a { background-color: rgb(51,84,148); }
div.DivClassName
{
background-color: #335494;
}
.BgClassName
{
background-color: #335494;
}
</style>
border-color css
<style>
span { border-color: #335494; }
span { border-color: rgb(51,84,148); }
td.TdClassName
{
border-color: #335494;
}
.TagClassName
{
border-color: #335494;
}
</style>