Shades of Tory Blue #365696
Tints of Tory Blue #365696
RGB
CMYK
RGB Variations
Color information
#365696 (or 0x365696) is known color: Tory Blue. HEX triplet: 36, 56 and 96. RGB value is (54,86,150). Sum of RGB (Red+Green+Blue) = 54+86+150=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 150 (58.98% from 255 or 51.72% from 290); Max value from RGB is 150 - color contains mainly: blue. Hex color #365696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365696 is #C9A969. Grayscale: #535353. Windows color (decimal): -13216106 or 9852470. OLE color: 9852470.
HSL color Cylindrical-coordinate representation of color #365696: hue angle of 220º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #365696 is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 86 | 150 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.41 |
| HSL | 220º | 0.47% | 0.4% | - |
| HSV(B) | 220º | 0.64% | 0.59% | - |
| XYZ | 10.35 | 9.64 | 30.17 | - |
| YUV | 83.73 | 165.4 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 86 | 150 | 0.64 | 0.43 | 0 | 0.41 | 220 | 0.47 | 0.4 |
| Hex | 36 | 56 | 96 | 40 | 2B | 0 | 29 | DC | 2F | 28 |
| Octal | 66 | 126 | 226 | 100 | 53 | 0 | 51 | 334 | 57 | 50 |
| Binary | 110110 | 1010110 | 10010110 | 1000000 | 101011 | 0 | 101001 | 11011100 | 101111 | 101000 |
Color Harmonies of #365696
Complementary color
Monochromatic Colors of #365696
Black with #365696
Text Example
Text Example
White with #365696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365696; }
p { color: rgb(54,86,150); }
H1.HeaderClassName
{
color: #365696;
}
.AnyTagClassName
{
color: #365696;
}
</style>
background-color css
<style>
a { background-color: #365696; }
a { background-color: rgb(54,86,150); }
div.DivClassName
{
background-color: #365696;
}
.BgClassName
{
background-color: #365696;
}
</style>
border-color css
<style>
span { border-color: #365696; }
span { border-color: rgb(54,86,150); }
td.TdClassName
{
border-color: #365696;
}
.TagClassName
{
border-color: #365696;
}
</style>