Shades of Tory Blue #355894
Tints of Tory Blue #355894
RGB
CMYK
RGB Variations
Color information
#355894 (or 0x355894) is known color: Tory Blue. HEX triplet: 35, 58 and 94. RGB value is (53,88,148). Sum of RGB (Red+Green+Blue) = 53+88+148=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #355894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355894 is #CAA76B. Grayscale: #545454. Windows color (decimal): -13281132 or 9721909. OLE color: 9721909.
HSL color Cylindrical-coordinate representation of color #355894: hue angle of 217.89º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #355894 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 88 | 148 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.42 |
| HSL | 217.89º | 0.47% | 0.39% | - |
| HSV(B) | 217.89º | 0.64% | 0.58% | - |
| XYZ | 10.3 | 9.87 | 29.38 | - |
| YUV | 84.38 | 163.9 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 88 | 148 | 0.64 | 0.41 | 0 | 0.42 | 217.89 | 0.47 | 0.39 |
| Hex | 35 | 58 | 94 | 40 | 29 | 0 | 2A | DA | 2F | 27 |
| Octal | 65 | 130 | 224 | 100 | 51 | 0 | 52 | 332 | 57 | 47 |
| Binary | 110101 | 1011000 | 10010100 | 1000000 | 101001 | 0 | 101010 | 11011010 | 101111 | 100111 |
Color Harmonies of #355894
Complementary color
Monochromatic Colors of #355894
Black with #355894
Text Example
Text Example
White with #355894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355894; }
p { color: rgb(53,88,148); }
H1.HeaderClassName
{
color: #355894;
}
.AnyTagClassName
{
color: #355894;
}
</style>
background-color css
<style>
a { background-color: #355894; }
a { background-color: rgb(53,88,148); }
div.DivClassName
{
background-color: #355894;
}
.BgClassName
{
background-color: #355894;
}
</style>
border-color css
<style>
span { border-color: #355894; }
span { border-color: rgb(53,88,148); }
td.TdClassName
{
border-color: #355894;
}
.TagClassName
{
border-color: #355894;
}
</style>