Shades of Tory Blue #365494
Tints of Tory Blue #365494
RGB
CMYK
RGB Variations
Color information
#365494 (or 0x365494) is known color: Tory Blue. HEX triplet: 36, 54 and 94. RGB value is (54,84,148). Sum of RGB (Red+Green+Blue) = 54+84+148=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #365494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365494 is #C9AB6B. Grayscale: #525252. Windows color (decimal): -13216620 or 9720886. OLE color: 9720886.
HSL color Cylindrical-coordinate representation of color #365494: hue angle of 220.85º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #365494 is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 84 | 148 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.42 |
| HSL | 220.85º | 0.47% | 0.4% | - |
| HSV(B) | 220.85º | 0.64% | 0.58% | - |
| XYZ | 10.04 | 9.26 | 29.28 | - |
| YUV | 82.33 | 165.06 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 84 | 148 | 0.64 | 0.43 | 0 | 0.42 | 220.85 | 0.47 | 0.4 |
| Hex | 36 | 54 | 94 | 40 | 2B | 0 | 2A | DD | 2F | 28 |
| Octal | 66 | 124 | 224 | 100 | 53 | 0 | 52 | 335 | 57 | 50 |
| Binary | 110110 | 1010100 | 10010100 | 1000000 | 101011 | 0 | 101010 | 11011101 | 101111 | 101000 |
Color Harmonies of #365494
Complementary color
Monochromatic Colors of #365494
Black with #365494
Text Example
Text Example
White with #365494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365494; }
p { color: rgb(54,84,148); }
H1.HeaderClassName
{
color: #365494;
}
.AnyTagClassName
{
color: #365494;
}
</style>
background-color css
<style>
a { background-color: #365494; }
a { background-color: rgb(54,84,148); }
div.DivClassName
{
background-color: #365494;
}
.BgClassName
{
background-color: #365494;
}
</style>
border-color css
<style>
span { border-color: #365494; }
span { border-color: rgb(54,84,148); }
td.TdClassName
{
border-color: #365494;
}
.TagClassName
{
border-color: #365494;
}
</style>