Shades of Tory Blue #3B5396
Tints of Tory Blue #3B5396
RGB
CMYK
RGB Variations
Color information
#3B5396 (or 0x3B5396) is known color: Tory Blue. HEX triplet: 3B, 53 and 96. RGB value is (59,83,150). Sum of RGB (Red+Green+Blue) = 59+83+150=292 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.21% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 150 (58.98% from 255 or 51.37% from 292); Max value from RGB is 150 - color contains mainly: blue. Hex color #3B5396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5396 is #C4AC69. Grayscale: #535353. Windows color (decimal): -12889194 or 9851707. OLE color: 9851707.
HSL color Cylindrical-coordinate representation of color #3B5396: hue angle of 224.18º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B5396 is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 59 | 83 | 150 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.41 |
| HSL | 224.18º | 0.44% | 0.41% | - |
| HSV(B) | 224.18º | 0.61% | 0.59% | - |
| XYZ | 10.4 | 9.32 | 30.1 | - |
| YUV | 83.46 | 165.55 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 83 | 150 | 0.61 | 0.45 | 0 | 0.41 | 224.18 | 0.44 | 0.41 |
| Hex | 3B | 53 | 96 | 3D | 2D | 0 | 29 | E0 | 2C | 29 |
| Octal | 73 | 123 | 226 | 75 | 55 | 0 | 51 | 340 | 54 | 51 |
| Binary | 111011 | 1010011 | 10010110 | 111101 | 101101 | 0 | 101001 | 11100000 | 101100 | 101001 |
Color Harmonies of #3B5396
Complementary color
Monochromatic Colors of #3B5396
Black with #3B5396
Text Example
Text Example
White with #3B5396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5396; }
p { color: rgb(59,83,150); }
H1.HeaderClassName
{
color: #3B5396;
}
.AnyTagClassName
{
color: #3B5396;
}
</style>
background-color css
<style>
a { background-color: #3B5396; }
a { background-color: rgb(59,83,150); }
div.DivClassName
{
background-color: #3B5396;
}
.BgClassName
{
background-color: #3B5396;
}
</style>
border-color css
<style>
span { border-color: #3B5396; }
span { border-color: rgb(59,83,150); }
td.TdClassName
{
border-color: #3B5396;
}
.TagClassName
{
border-color: #3B5396;
}
</style>