Shades of Tory Blue #3F518F
Tints of Tory Blue #3F518F
RGB
CMYK
RGB Variations
Color information
#3F518F (or 0x3F518F) is known color: Tory Blue. HEX triplet: 3F, 51 and 8F. RGB value is (63,81,143). Sum of RGB (Red+Green+Blue) = 63+81+143=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 143 (56.25% from 255 or 49.83% from 287); Max value from RGB is 143 - color contains mainly: blue. Hex color #3F518F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F518F is #C0AE70. Grayscale: #525252. Windows color (decimal): -12627569 or 9392447. OLE color: 9392447.
HSL color Cylindrical-coordinate representation of color #3F518F: hue angle of 226.5º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F518F is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 81 | 143 | - |
| CMYK | 0.56 | 0.43 | 0 | 0.44 |
| HSL | 226.5º | 0.39% | 0.4% | - |
| HSV(B) | 226.5º | 0.56% | 0.56% | - |
| XYZ | 9.95 | 8.92 | 27.18 | - |
| YUV | 82.69 | 162.04 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 81 | 143 | 0.56 | 0.43 | 0 | 0.44 | 226.5 | 0.39 | 0.4 |
| Hex | 3F | 51 | 8F | 38 | 2B | 0 | 2C | E2 | 27 | 28 |
| Octal | 77 | 121 | 217 | 70 | 53 | 0 | 54 | 342 | 47 | 50 |
| Binary | 111111 | 1010001 | 10001111 | 111000 | 101011 | 0 | 101100 | 11100010 | 100111 | 101000 |
Color Harmonies of #3F518F
Complementary color
Monochromatic Colors of #3F518F
Black with #3F518F
Text Example
Text Example
White with #3F518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F518F; }
p { color: rgb(63,81,143); }
H1.HeaderClassName
{
color: #3F518F;
}
.AnyTagClassName
{
color: #3F518F;
}
</style>
background-color css
<style>
a { background-color: #3F518F; }
a { background-color: rgb(63,81,143); }
div.DivClassName
{
background-color: #3F518F;
}
.BgClassName
{
background-color: #3F518F;
}
</style>
border-color css
<style>
span { border-color: #3F518F; }
span { border-color: rgb(63,81,143); }
td.TdClassName
{
border-color: #3F518F;
}
.TagClassName
{
border-color: #3F518F;
}
</style>