Shades of Tory Blue #3F488A
Tints of Tory Blue #3F488A
RGB
CMYK
RGB Variations
Color information
#3F488A (or 0x3F488A) is known color: Tory Blue. HEX triplet: 3F, 48 and 8A. RGB value is (63,72,138). Sum of RGB (Red+Green+Blue) = 63+72+138=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F488A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F488A is #C0B775. Grayscale: #4C4C4C. Windows color (decimal): -12629878 or 9062463. OLE color: 9062463.
HSL color Cylindrical-coordinate representation of color #3F488A: hue angle of 232.8º 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 #3F488A is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 72 | 138 | - |
| CMYK | 0.54 | 0.48 | 0 | 0.46 |
| HSL | 232.8º | 0.37% | 0.39% | - |
| HSV(B) | 232.8º | 0.54% | 0.54% | - |
| XYZ | 8.95 | 7.53 | 25.03 | - |
| YUV | 76.83 | 162.52 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 72 | 138 | 0.54 | 0.48 | 0 | 0.46 | 232.8 | 0.37 | 0.39 |
| Hex | 3F | 48 | 8A | 36 | 30 | 0 | 2E | E9 | 25 | 27 |
| Octal | 77 | 110 | 212 | 66 | 60 | 0 | 56 | 351 | 45 | 47 |
| Binary | 111111 | 1001000 | 10001010 | 110110 | 110000 | 0 | 101110 | 11101001 | 100101 | 100111 |
Color Harmonies of #3F488A
Complementary color
Monochromatic Colors of #3F488A
Black with #3F488A
Text Example
Text Example
White with #3F488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F488A; }
p { color: rgb(63,72,138); }
H1.HeaderClassName
{
color: #3F488A;
}
.AnyTagClassName
{
color: #3F488A;
}
</style>
background-color css
<style>
a { background-color: #3F488A; }
a { background-color: rgb(63,72,138); }
div.DivClassName
{
background-color: #3F488A;
}
.BgClassName
{
background-color: #3F488A;
}
</style>
border-color css
<style>
span { border-color: #3F488A; }
span { border-color: rgb(63,72,138); }
td.TdClassName
{
border-color: #3F488A;
}
.TagClassName
{
border-color: #3F488A;
}
</style>