Shades of Tory Blue #355089
Tints of Tory Blue #355089
RGB
CMYK
RGB Variations
Color information
#355089 (or 0x355089) is known color: Tory Blue. HEX triplet: 35, 50 and 89. RGB value is (53,80,137). Sum of RGB (Red+Green+Blue) = 53+80+137=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #355089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355089 is #CAAF76. Grayscale: #4E4E4E. Windows color (decimal): -13283191 or 8998965. OLE color: 8998965.
HSL color Cylindrical-coordinate representation of color #355089: hue angle of 220.71º 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 #355089 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 80 | 137 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.46 |
| HSL | 220.71º | 0.44% | 0.37% | - |
| HSV(B) | 220.71º | 0.61% | 0.54% | - |
| XYZ | 8.85 | 8.3 | 24.8 | - |
| YUV | 78.43 | 161.05 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 80 | 137 | 0.61 | 0.42 | 0 | 0.46 | 220.71 | 0.44 | 0.37 |
| Hex | 35 | 50 | 89 | 3D | 2A | 0 | 2E | DD | 2C | 25 |
| Octal | 65 | 120 | 211 | 75 | 52 | 0 | 56 | 335 | 54 | 45 |
| Binary | 110101 | 1010000 | 10001001 | 111101 | 101010 | 0 | 101110 | 11011101 | 101100 | 100101 |
Color Harmonies of #355089
Complementary color
Monochromatic Colors of #355089
Black with #355089
Text Example
Text Example
White with #355089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355089; }
p { color: rgb(53,80,137); }
H1.HeaderClassName
{
color: #355089;
}
.AnyTagClassName
{
color: #355089;
}
</style>
background-color css
<style>
a { background-color: #355089; }
a { background-color: rgb(53,80,137); }
div.DivClassName
{
background-color: #355089;
}
.BgClassName
{
background-color: #355089;
}
</style>
border-color css
<style>
span { border-color: #355089; }
span { border-color: rgb(53,80,137); }
td.TdClassName
{
border-color: #355089;
}
.TagClassName
{
border-color: #355089;
}
</style>