Shades of Tory Blue #3B5690
Tints of Tory Blue #3B5690
RGB
CMYK
RGB Variations
Color information
#3B5690 (or 0x3B5690) is known color: Tory Blue. HEX triplet: 3B, 56 and 90. RGB value is (59,86,144). Sum of RGB (Red+Green+Blue) = 59+86+144=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #3B5690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5690 is #C4A96F. Grayscale: #545454. Windows color (decimal): -12888432 or 9459259. OLE color: 9459259.
HSL color Cylindrical-coordinate representation of color #3B5690: hue angle of 220.94º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B5690 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 59 | 86 | 144 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.44 |
| HSL | 220.94º | 0.42% | 0.4% | - |
| HSV(B) | 220.94º | 0.59% | 0.56% | - |
| XYZ | 10.17 | 9.6 | 27.7 | - |
| YUV | 84.54 | 161.55 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 86 | 144 | 0.59 | 0.40 | 0 | 0.44 | 220.94 | 0.42 | 0.4 |
| Hex | 3B | 56 | 90 | 3B | 28 | 0 | 2C | DD | 2A | 28 |
| Octal | 73 | 126 | 220 | 73 | 50 | 0 | 54 | 335 | 52 | 50 |
| Binary | 111011 | 1010110 | 10010000 | 111011 | 101000 | 0 | 101100 | 11011101 | 101010 | 101000 |
Color Harmonies of #3B5690
Complementary color
Monochromatic Colors of #3B5690
Black with #3B5690
Text Example
Text Example
White with #3B5690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5690; }
p { color: rgb(59,86,144); }
H1.HeaderClassName
{
color: #3B5690;
}
.AnyTagClassName
{
color: #3B5690;
}
</style>
background-color css
<style>
a { background-color: #3B5690; }
a { background-color: rgb(59,86,144); }
div.DivClassName
{
background-color: #3B5690;
}
.BgClassName
{
background-color: #3B5690;
}
</style>
border-color css
<style>
span { border-color: #3B5690; }
span { border-color: rgb(59,86,144); }
td.TdClassName
{
border-color: #3B5690;
}
.TagClassName
{
border-color: #3B5690;
}
</style>