Shades of Tory Blue #3F498A
Tints of Tory Blue #3F498A
RGB
CMYK
RGB Variations
Color information
#3F498A (or 0x3F498A) is known color: Tory Blue. HEX triplet: 3F, 49 and 8A. RGB value is (63,73,138). Sum of RGB (Red+Green+Blue) = 63+73+138=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F498A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F498A is #C0B675. Grayscale: #4D4D4D. Windows color (decimal): -12629622 or 9062719. OLE color: 9062719.
HSL color Cylindrical-coordinate representation of color #3F498A: hue angle of 232º 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 #3F498A is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 73 | 138 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.46 |
| HSL | 232º | 0.37% | 0.39% | - |
| HSV(B) | 232º | 0.54% | 0.54% | - |
| XYZ | 9.02 | 7.66 | 25.05 | - |
| YUV | 77.42 | 162.19 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 138 | 0.54 | 0.47 | 0 | 0.46 | 232 | 0.37 | 0.39 |
| Hex | 3F | 49 | 8A | 36 | 2F | 0 | 2E | E8 | 25 | 27 |
| Octal | 77 | 111 | 212 | 66 | 57 | 0 | 56 | 350 | 45 | 47 |
| Binary | 111111 | 1001001 | 10001010 | 110110 | 101111 | 0 | 101110 | 11101000 | 100101 | 100111 |
Color Harmonies of #3F498A
Complementary color
Monochromatic Colors of #3F498A
Black with #3F498A
Text Example
Text Example
White with #3F498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F498A; }
p { color: rgb(63,73,138); }
H1.HeaderClassName
{
color: #3F498A;
}
.AnyTagClassName
{
color: #3F498A;
}
</style>
background-color css
<style>
a { background-color: #3F498A; }
a { background-color: rgb(63,73,138); }
div.DivClassName
{
background-color: #3F498A;
}
.BgClassName
{
background-color: #3F498A;
}
</style>
border-color css
<style>
span { border-color: #3F498A; }
span { border-color: rgb(63,73,138); }
td.TdClassName
{
border-color: #3F498A;
}
.TagClassName
{
border-color: #3F498A;
}
</style>