Shades of Tory Blue #365092
Tints of Tory Blue #365092
RGB
CMYK
RGB Variations
Color information
#365092 (or 0x365092) is known color: Tory Blue. HEX triplet: 36, 50 and 92. RGB value is (54,80,146). Sum of RGB (Red+Green+Blue) = 54+80+146=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #365092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365092 is #C9AF6D. Grayscale: #4F4F4F. Windows color (decimal): -13217646 or 9588790. OLE color: 9588790.
HSL color Cylindrical-coordinate representation of color #365092: hue angle of 223.04º 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 #365092 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 80 | 146 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.43 |
| HSL | 223.04º | 0.46% | 0.39% | - |
| HSV(B) | 223.04º | 0.63% | 0.57% | - |
| XYZ | 9.58 | 8.6 | 28.35 | - |
| YUV | 79.75 | 165.39 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 80 | 146 | 0.63 | 0.45 | 0 | 0.43 | 223.04 | 0.46 | 0.39 |
| Hex | 36 | 50 | 92 | 3F | 2D | 0 | 2B | DF | 2E | 27 |
| Octal | 66 | 120 | 222 | 77 | 55 | 0 | 53 | 337 | 56 | 47 |
| Binary | 110110 | 1010000 | 10010010 | 111111 | 101101 | 0 | 101011 | 11011111 | 101110 | 100111 |
Color Harmonies of #365092
Complementary color
Monochromatic Colors of #365092
Black with #365092
Text Example
Text Example
White with #365092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365092; }
p { color: rgb(54,80,146); }
H1.HeaderClassName
{
color: #365092;
}
.AnyTagClassName
{
color: #365092;
}
</style>
background-color css
<style>
a { background-color: #365092; }
a { background-color: rgb(54,80,146); }
div.DivClassName
{
background-color: #365092;
}
.BgClassName
{
background-color: #365092;
}
</style>
border-color css
<style>
span { border-color: #365092; }
span { border-color: rgb(54,80,146); }
td.TdClassName
{
border-color: #365092;
}
.TagClassName
{
border-color: #365092;
}
</style>