Shades of Tory Blue #3F5591
Tints of Tory Blue #3F5591
RGB
CMYK
RGB Variations
Color information
#3F5591 (or 0x3F5591) is known color: Tory Blue. HEX triplet: 3F, 55 and 91. RGB value is (63,85,145). Sum of RGB (Red+Green+Blue) = 63+85+145=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F5591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5591 is #C0AA6E. Grayscale: #555555. Windows color (decimal): -12626543 or 9524543. OLE color: 9524543.
HSL color Cylindrical-coordinate representation of color #3F5591: hue angle of 223.9º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F5591 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 85 | 145 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.43 |
| HSL | 223.9º | 0.39% | 0.41% | - |
| HSV(B) | 223.9º | 0.57% | 0.57% | - |
| XYZ | 10.41 | 9.6 | 28.09 | - |
| YUV | 85.26 | 161.71 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 85 | 145 | 0.57 | 0.41 | 0 | 0.43 | 223.9 | 0.39 | 0.41 |
| Hex | 3F | 55 | 91 | 39 | 29 | 0 | 2B | E0 | 27 | 29 |
| Octal | 77 | 125 | 221 | 71 | 51 | 0 | 53 | 340 | 47 | 51 |
| Binary | 111111 | 1010101 | 10010001 | 111001 | 101001 | 0 | 101011 | 11100000 | 100111 | 101001 |
Color Harmonies of #3F5591
Complementary color
Monochromatic Colors of #3F5591
Black with #3F5591
Text Example
Text Example
White with #3F5591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5591; }
p { color: rgb(63,85,145); }
H1.HeaderClassName
{
color: #3F5591;
}
.AnyTagClassName
{
color: #3F5591;
}
</style>
background-color css
<style>
a { background-color: #3F5591; }
a { background-color: rgb(63,85,145); }
div.DivClassName
{
background-color: #3F5591;
}
.BgClassName
{
background-color: #3F5591;
}
</style>
border-color css
<style>
span { border-color: #3F5591; }
span { border-color: rgb(63,85,145); }
td.TdClassName
{
border-color: #3F5591;
}
.TagClassName
{
border-color: #3F5591;
}
</style>