Shades of Tory Blue #3F5089
Tints of Tory Blue #3F5089
RGB
CMYK
RGB Variations
Color information
#3F5089 (or 0x3F5089) is known color: Tory Blue. HEX triplet: 3F, 50 and 89. RGB value is (63,80,137). Sum of RGB (Red+Green+Blue) = 63+80+137=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F5089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5089 is #C0AF76. Grayscale: #515151. Windows color (decimal): -12627831 or 8998975. OLE color: 8998975.
HSL color Cylindrical-coordinate representation of color #3F5089: hue angle of 226.22º 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 #3F5089 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 80 | 137 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.46 |
| HSL | 226.22º | 0.37% | 0.39% | - |
| HSV(B) | 226.22º | 0.54% | 0.54% | - |
| XYZ | 9.43 | 8.6 | 24.83 | - |
| YUV | 81.42 | 159.37 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 137 | 0.54 | 0.42 | 0 | 0.46 | 226.22 | 0.37 | 0.39 |
| Hex | 3F | 50 | 89 | 36 | 2A | 0 | 2E | E2 | 25 | 27 |
| Octal | 77 | 120 | 211 | 66 | 52 | 0 | 56 | 342 | 45 | 47 |
| Binary | 111111 | 1010000 | 10001001 | 110110 | 101010 | 0 | 101110 | 11100010 | 100101 | 100111 |
Color Harmonies of #3F5089
Complementary color
Monochromatic Colors of #3F5089
Black with #3F5089
Text Example
Text Example
White with #3F5089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5089; }
p { color: rgb(63,80,137); }
H1.HeaderClassName
{
color: #3F5089;
}
.AnyTagClassName
{
color: #3F5089;
}
</style>
background-color css
<style>
a { background-color: #3F5089; }
a { background-color: rgb(63,80,137); }
div.DivClassName
{
background-color: #3F5089;
}
.BgClassName
{
background-color: #3F5089;
}
</style>
border-color css
<style>
span { border-color: #3F5089; }
span { border-color: rgb(63,80,137); }
td.TdClassName
{
border-color: #3F5089;
}
.TagClassName
{
border-color: #3F5089;
}
</style>