Shades of Tory Blue #3F5689
Tints of Tory Blue #3F5689
RGB
CMYK
RGB Variations
Color information
#3F5689 (or 0x3F5689) is known color: Tory Blue. HEX triplet: 3F, 56 and 89. RGB value is (63,86,137). Sum of RGB (Red+Green+Blue) = 63+86+137=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F5689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5689 is #C0A976. Grayscale: #545454. Windows color (decimal): -12626295 or 9000511. OLE color: 9000511.
HSL color Cylindrical-coordinate representation of color #3F5689: hue angle of 221.35º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F5689 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 86 | 137 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.46 |
| HSL | 221.35º | 0.37% | 0.39% | - |
| HSV(B) | 221.35º | 0.54% | 0.54% | - |
| XYZ | 9.89 | 9.52 | 24.98 | - |
| YUV | 84.94 | 157.38 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 86 | 137 | 0.54 | 0.37 | 0 | 0.46 | 221.35 | 0.37 | 0.39 |
| Hex | 3F | 56 | 89 | 36 | 25 | 0 | 2E | DD | 25 | 27 |
| Octal | 77 | 126 | 211 | 66 | 45 | 0 | 56 | 335 | 45 | 47 |
| Binary | 111111 | 1010110 | 10001001 | 110110 | 100101 | 0 | 101110 | 11011101 | 100101 | 100111 |
Color Harmonies of #3F5689
Complementary color
Monochromatic Colors of #3F5689
Black with #3F5689
Text Example
Text Example
White with #3F5689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5689; }
p { color: rgb(63,86,137); }
H1.HeaderClassName
{
color: #3F5689;
}
.AnyTagClassName
{
color: #3F5689;
}
</style>
background-color css
<style>
a { background-color: #3F5689; }
a { background-color: rgb(63,86,137); }
div.DivClassName
{
background-color: #3F5689;
}
.BgClassName
{
background-color: #3F5689;
}
</style>
border-color css
<style>
span { border-color: #3F5689; }
span { border-color: rgb(63,86,137); }
td.TdClassName
{
border-color: #3F5689;
}
.TagClassName
{
border-color: #3F5689;
}
</style>