Shades of Tory Blue #3F498F
Tints of Tory Blue #3F498F
RGB
CMYK
RGB Variations
Color information
#3F498F (or 0x3F498F) is known color: Tory Blue. HEX triplet: 3F, 49 and 8F. RGB value is (63,73,143). Sum of RGB (Red+Green+Blue) = 63+73+143=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 143 (56.25% from 255 or 51.25% from 279); Max value from RGB is 143 - color contains mainly: blue. Hex color #3F498F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F498F is #C0B670. Grayscale: #4D4D4D. Windows color (decimal): -12629617 or 9390399. OLE color: 9390399.
HSL color Cylindrical-coordinate representation of color #3F498F: hue angle of 232.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 #3F498F is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 73 | 143 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.44 |
| HSL | 232.5º | 0.39% | 0.4% | - |
| HSV(B) | 232.5º | 0.56% | 0.56% | - |
| XYZ | 9.39 | 7.81 | 27 | - |
| YUV | 77.99 | 164.69 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 143 | 0.56 | 0.49 | 0 | 0.44 | 232.5 | 0.39 | 0.4 |
| Hex | 3F | 49 | 8F | 38 | 31 | 0 | 2C | E8 | 27 | 28 |
| Octal | 77 | 111 | 217 | 70 | 61 | 0 | 54 | 350 | 47 | 50 |
| Binary | 111111 | 1001001 | 10001111 | 111000 | 110001 | 0 | 101100 | 11101000 | 100111 | 101000 |
Color Harmonies of #3F498F
Complementary color
Monochromatic Colors of #3F498F
Black with #3F498F
Text Example
Text Example
White with #3F498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F498F; }
p { color: rgb(63,73,143); }
H1.HeaderClassName
{
color: #3F498F;
}
.AnyTagClassName
{
color: #3F498F;
}
</style>
background-color css
<style>
a { background-color: #3F498F; }
a { background-color: rgb(63,73,143); }
div.DivClassName
{
background-color: #3F498F;
}
.BgClassName
{
background-color: #3F498F;
}
</style>
border-color css
<style>
span { border-color: #3F498F; }
span { border-color: rgb(63,73,143); }
td.TdClassName
{
border-color: #3F498F;
}
.TagClassName
{
border-color: #3F498F;
}
</style>