Shades of Tory Blue #355892
Tints of Tory Blue #355892
RGB
CMYK
RGB Variations
Color information
#355892 (or 0x355892) is known color: Tory Blue. HEX triplet: 35, 58 and 92. RGB value is (53,88,146). Sum of RGB (Red+Green+Blue) = 53+88+146=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #355892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355892 is #CAA76D. Grayscale: #535353. Windows color (decimal): -13281134 or 9590837. OLE color: 9590837.
HSL color Cylindrical-coordinate representation of color #355892: hue angle of 217.42º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #355892 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 88 | 146 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.43 |
| HSL | 217.42º | 0.47% | 0.39% | - |
| HSV(B) | 217.42º | 0.64% | 0.57% | - |
| XYZ | 10.15 | 9.81 | 28.55 | - |
| YUV | 84.15 | 162.9 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 88 | 146 | 0.64 | 0.40 | 0 | 0.43 | 217.42 | 0.47 | 0.39 |
| Hex | 35 | 58 | 92 | 40 | 28 | 0 | 2B | D9 | 2F | 27 |
| Octal | 65 | 130 | 222 | 100 | 50 | 0 | 53 | 331 | 57 | 47 |
| Binary | 110101 | 1011000 | 10010010 | 1000000 | 101000 | 0 | 101011 | 11011001 | 101111 | 100111 |
Color Harmonies of #355892
Complementary color
Monochromatic Colors of #355892
Black with #355892
Text Example
Text Example
White with #355892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355892; }
p { color: rgb(53,88,146); }
H1.HeaderClassName
{
color: #355892;
}
.AnyTagClassName
{
color: #355892;
}
</style>
background-color css
<style>
a { background-color: #355892; }
a { background-color: rgb(53,88,146); }
div.DivClassName
{
background-color: #355892;
}
.BgClassName
{
background-color: #355892;
}
</style>
border-color css
<style>
span { border-color: #355892; }
span { border-color: rgb(53,88,146); }
td.TdClassName
{
border-color: #355892;
}
.TagClassName
{
border-color: #355892;
}
</style>