Shades of Tory Blue #3F4F81
Tints of Tory Blue #3F4F81
RGB
CMYK
RGB Variations
Color information
#3F4F81 (or 0x3F4F81) is known color: Tory Blue. HEX triplet: 3F, 4F and 81. RGB value is (63,79,129). Sum of RGB (Red+Green+Blue) = 63+79+129=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 129 - color contains mainly: blue. Hex color #3F4F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F4F81 is #C0B07E. Grayscale: #4F4F4F. Windows color (decimal): -12628095 or 8474431. OLE color: 8474431.
HSL color Cylindrical-coordinate representation of color #3F4F81: hue angle of 225.45º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F4F81 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 79 | 129 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.49 |
| HSL | 225.45º | 0.34% | 0.38% | - |
| HSV(B) | 225.45º | 0.51% | 0.51% | - |
| XYZ | 8.81 | 8.23 | 21.89 | - |
| YUV | 79.92 | 155.7 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 129 | 0.51 | 0.39 | 0 | 0.49 | 225.45 | 0.34 | 0.38 |
| Hex | 3F | 4F | 81 | 33 | 27 | 0 | 31 | E1 | 22 | 26 |
| Octal | 77 | 117 | 201 | 63 | 47 | 0 | 61 | 341 | 42 | 46 |
| Binary | 111111 | 1001111 | 10000001 | 110011 | 100111 | 0 | 110001 | 11100001 | 100010 | 100110 |
Color Harmonies of #3F4F81
Complementary color
Monochromatic Colors of #3F4F81
Black with #3F4F81
Text Example
Text Example
White with #3F4F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4F81; }
p { color: rgb(63,79,129); }
H1.HeaderClassName
{
color: #3F4F81;
}
.AnyTagClassName
{
color: #3F4F81;
}
</style>
background-color css
<style>
a { background-color: #3F4F81; }
a { background-color: rgb(63,79,129); }
div.DivClassName
{
background-color: #3F4F81;
}
.BgClassName
{
background-color: #3F4F81;
}
</style>
border-color css
<style>
span { border-color: #3F4F81; }
span { border-color: rgb(63,79,129); }
td.TdClassName
{
border-color: #3F4F81;
}
.TagClassName
{
border-color: #3F4F81;
}
</style>