Shades of Tory Blue #3F4990
Tints of Tory Blue #3F4990
RGB
CMYK
RGB Variations
Color information
#3F4990 (or 0x3F4990) is known color: Tory Blue. HEX triplet: 3F, 49 and 90. RGB value is (63,73,144). Sum of RGB (Red+Green+Blue) = 63+73+144=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F4990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4990 is #C0B66F. Grayscale: #4D4D4D. Windows color (decimal): -12629616 or 9455935. OLE color: 9455935.
HSL color Cylindrical-coordinate representation of color #3F4990: hue angle of 232.59º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F4990 is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 73 | 144 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.44 |
| HSL | 232.59º | 0.39% | 0.41% | - |
| HSV(B) | 232.59º | 0.56% | 0.56% | - |
| XYZ | 9.47 | 7.84 | 27.4 | - |
| YUV | 78.1 | 165.19 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 144 | 0.56 | 0.49 | 0 | 0.44 | 232.59 | 0.39 | 0.41 |
| Hex | 3F | 49 | 90 | 38 | 31 | 0 | 2C | E9 | 27 | 29 |
| Octal | 77 | 111 | 220 | 70 | 61 | 0 | 54 | 351 | 47 | 51 |
| Binary | 111111 | 1001001 | 10010000 | 111000 | 110001 | 0 | 101100 | 11101001 | 100111 | 101001 |
Color Harmonies of #3F4990
Complementary color
Monochromatic Colors of #3F4990
Black with #3F4990
Text Example
Text Example
White with #3F4990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4990; }
p { color: rgb(63,73,144); }
H1.HeaderClassName
{
color: #3F4990;
}
.AnyTagClassName
{
color: #3F4990;
}
</style>
background-color css
<style>
a { background-color: #3F4990; }
a { background-color: rgb(63,73,144); }
div.DivClassName
{
background-color: #3F4990;
}
.BgClassName
{
background-color: #3F4990;
}
</style>
border-color css
<style>
span { border-color: #3F4990; }
span { border-color: rgb(63,73,144); }
td.TdClassName
{
border-color: #3F4990;
}
.TagClassName
{
border-color: #3F4990;
}
</style>