Shades of Tory Blue #365495
Tints of Tory Blue #365495
RGB
CMYK
RGB Variations
Color information
#365495 (or 0x365495) is known color: Tory Blue. HEX triplet: 36, 54 and 95. RGB value is (54,84,149). Sum of RGB (Red+Green+Blue) = 54+84+149=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #365495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365495 is #C9AB6A. Grayscale: #525252. Windows color (decimal): -13216619 or 9786422. OLE color: 9786422.
HSL color Cylindrical-coordinate representation of color #365495: hue angle of 221.05º 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 #365495 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 84 | 149 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.42 |
| HSL | 221.05º | 0.47% | 0.4% | - |
| HSV(B) | 221.05º | 0.64% | 0.58% | - |
| XYZ | 10.12 | 9.29 | 29.69 | - |
| YUV | 82.44 | 165.56 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 84 | 149 | 0.64 | 0.44 | 0 | 0.42 | 221.05 | 0.47 | 0.4 |
| Hex | 36 | 54 | 95 | 40 | 2C | 0 | 2A | DD | 2F | 28 |
| Octal | 66 | 124 | 225 | 100 | 54 | 0 | 52 | 335 | 57 | 50 |
| Binary | 110110 | 1010100 | 10010101 | 1000000 | 101100 | 0 | 101010 | 11011101 | 101111 | 101000 |
Color Harmonies of #365495
Complementary color
Monochromatic Colors of #365495
Black with #365495
Text Example
Text Example
White with #365495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365495; }
p { color: rgb(54,84,149); }
H1.HeaderClassName
{
color: #365495;
}
.AnyTagClassName
{
color: #365495;
}
</style>
background-color css
<style>
a { background-color: #365495; }
a { background-color: rgb(54,84,149); }
div.DivClassName
{
background-color: #365495;
}
.BgClassName
{
background-color: #365495;
}
</style>
border-color css
<style>
span { border-color: #365495; }
span { border-color: rgb(54,84,149); }
td.TdClassName
{
border-color: #365495;
}
.TagClassName
{
border-color: #365495;
}
</style>