Shades of Tory Blue #365091
Tints of Tory Blue #365091
RGB
CMYK
RGB Variations
Color information
#365091 (or 0x365091) is known color: Tory Blue. HEX triplet: 36, 50 and 91. RGB value is (54,80,145). Sum of RGB (Red+Green+Blue) = 54+80+145=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #365091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365091 is #C9AF6E. Grayscale: #4F4F4F. Windows color (decimal): -13217647 or 9523254. OLE color: 9523254.
HSL color Cylindrical-coordinate representation of color #365091: hue angle of 222.86º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #365091 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 80 | 145 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.43 |
| HSL | 222.86º | 0.46% | 0.39% | - |
| HSV(B) | 222.86º | 0.63% | 0.57% | - |
| XYZ | 9.5 | 8.57 | 27.94 | - |
| YUV | 79.64 | 164.89 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 80 | 145 | 0.63 | 0.45 | 0 | 0.43 | 222.86 | 0.46 | 0.39 |
| Hex | 36 | 50 | 91 | 3F | 2D | 0 | 2B | DF | 2E | 27 |
| Octal | 66 | 120 | 221 | 77 | 55 | 0 | 53 | 337 | 56 | 47 |
| Binary | 110110 | 1010000 | 10010001 | 111111 | 101101 | 0 | 101011 | 11011111 | 101110 | 100111 |
Color Harmonies of #365091
Complementary color
Monochromatic Colors of #365091
Black with #365091
Text Example
Text Example
White with #365091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365091; }
p { color: rgb(54,80,145); }
H1.HeaderClassName
{
color: #365091;
}
.AnyTagClassName
{
color: #365091;
}
</style>
background-color css
<style>
a { background-color: #365091; }
a { background-color: rgb(54,80,145); }
div.DivClassName
{
background-color: #365091;
}
.BgClassName
{
background-color: #365091;
}
</style>
border-color css
<style>
span { border-color: #365091; }
span { border-color: rgb(54,80,145); }
td.TdClassName
{
border-color: #365091;
}
.TagClassName
{
border-color: #365091;
}
</style>