Shades of Tory Blue #355792
Tints of Tory Blue #355792
RGB
CMYK
RGB Variations
Color information
#355792 (or 0x355792) is known color: Tory Blue. HEX triplet: 35, 57 and 92. RGB value is (53,87,146). Sum of RGB (Red+Green+Blue) = 53+87+146=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #355792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355792 is #CAA86D. Grayscale: #535353. Windows color (decimal): -13281390 or 9590581. OLE color: 9590581.
HSL color Cylindrical-coordinate representation of color #355792: hue angle of 218.06º 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 #355792 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 87 | 146 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.43 |
| HSL | 218.06º | 0.47% | 0.39% | - |
| HSV(B) | 218.06º | 0.64% | 0.57% | - |
| XYZ | 10.06 | 9.65 | 28.53 | - |
| YUV | 83.56 | 163.24 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 87 | 146 | 0.64 | 0.40 | 0 | 0.43 | 218.06 | 0.47 | 0.39 |
| Hex | 35 | 57 | 92 | 40 | 28 | 0 | 2B | DA | 2F | 27 |
| Octal | 65 | 127 | 222 | 100 | 50 | 0 | 53 | 332 | 57 | 47 |
| Binary | 110101 | 1010111 | 10010010 | 1000000 | 101000 | 0 | 101011 | 11011010 | 101111 | 100111 |
Color Harmonies of #355792
Complementary color
Monochromatic Colors of #355792
Black with #355792
Text Example
Text Example
White with #355792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355792; }
p { color: rgb(53,87,146); }
H1.HeaderClassName
{
color: #355792;
}
.AnyTagClassName
{
color: #355792;
}
</style>
background-color css
<style>
a { background-color: #355792; }
a { background-color: rgb(53,87,146); }
div.DivClassName
{
background-color: #355792;
}
.BgClassName
{
background-color: #355792;
}
</style>
border-color css
<style>
span { border-color: #355792; }
span { border-color: rgb(53,87,146); }
td.TdClassName
{
border-color: #355792;
}
.TagClassName
{
border-color: #355792;
}
</style>