Shades of Tory Blue #355189
Tints of Tory Blue #355189
RGB
CMYK
RGB Variations
Color information
#355189 (or 0x355189) is known color: Tory Blue. HEX triplet: 35, 51 and 89. RGB value is (53,81,137). Sum of RGB (Red+Green+Blue) = 53+81+137=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #355189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355189 is #CAAE76. Grayscale: #4E4E4E. Windows color (decimal): -13282935 or 8999221. OLE color: 8999221.
HSL color Cylindrical-coordinate representation of color #355189: hue angle of 220º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #355189 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 81 | 137 | - |
| CMYK | 0.61 | 0.41 | 0 | 0.46 |
| HSL | 220º | 0.44% | 0.37% | - |
| HSV(B) | 220º | 0.61% | 0.54% | - |
| XYZ | 8.93 | 8.45 | 24.83 | - |
| YUV | 79.01 | 160.72 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 137 | 0.61 | 0.41 | 0 | 0.46 | 220 | 0.44 | 0.37 |
| Hex | 35 | 51 | 89 | 3D | 29 | 0 | 2E | DC | 2C | 25 |
| Octal | 65 | 121 | 211 | 75 | 51 | 0 | 56 | 334 | 54 | 45 |
| Binary | 110101 | 1010001 | 10001001 | 111101 | 101001 | 0 | 101110 | 11011100 | 101100 | 100101 |
Color Harmonies of #355189
Complementary color
Monochromatic Colors of #355189
Black with #355189
Text Example
Text Example
White with #355189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355189; }
p { color: rgb(53,81,137); }
H1.HeaderClassName
{
color: #355189;
}
.AnyTagClassName
{
color: #355189;
}
</style>
background-color css
<style>
a { background-color: #355189; }
a { background-color: rgb(53,81,137); }
div.DivClassName
{
background-color: #355189;
}
.BgClassName
{
background-color: #355189;
}
</style>
border-color css
<style>
span { border-color: #355189; }
span { border-color: rgb(53,81,137); }
td.TdClassName
{
border-color: #355189;
}
.TagClassName
{
border-color: #355189;
}
</style>