Shades of Tory Blue #3D5496
Tints of Tory Blue #3D5496
RGB
CMYK
RGB Variations
Color information
#3D5496 (or 0x3D5496) is known color: Tory Blue. HEX triplet: 3D, 54 and 96. RGB value is (61,84,150). Sum of RGB (Red+Green+Blue) = 61+84+150=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #3D5496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5496 is #C2AB69. Grayscale: #545454. Windows color (decimal): -12757866 or 9851965. OLE color: 9851965.
HSL color Cylindrical-coordinate representation of color #3D5496: hue angle of 224.49º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D5496 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 61 | 84 | 150 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.41 |
| HSL | 224.49º | 0.42% | 0.41% | - |
| HSV(B) | 224.49º | 0.59% | 0.59% | - |
| XYZ | 10.6 | 9.53 | 30.14 | - |
| YUV | 84.65 | 164.88 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 84 | 150 | 0.59 | 0.44 | 0 | 0.41 | 224.49 | 0.42 | 0.41 |
| Hex | 3D | 54 | 96 | 3B | 2C | 0 | 29 | E0 | 2A | 29 |
| Octal | 75 | 124 | 226 | 73 | 54 | 0 | 51 | 340 | 52 | 51 |
| Binary | 111101 | 1010100 | 10010110 | 111011 | 101100 | 0 | 101001 | 11100000 | 101010 | 101001 |
Color Harmonies of #3D5496
Complementary color
Monochromatic Colors of #3D5496
Black with #3D5496
Text Example
Text Example
White with #3D5496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5496; }
p { color: rgb(61,84,150); }
H1.HeaderClassName
{
color: #3D5496;
}
.AnyTagClassName
{
color: #3D5496;
}
</style>
background-color css
<style>
a { background-color: #3D5496; }
a { background-color: rgb(61,84,150); }
div.DivClassName
{
background-color: #3D5496;
}
.BgClassName
{
background-color: #3D5496;
}
</style>
border-color css
<style>
span { border-color: #3D5496; }
span { border-color: rgb(61,84,150); }
td.TdClassName
{
border-color: #3D5496;
}
.TagClassName
{
border-color: #3D5496;
}
</style>