Shades of Tory Blue #3F4E8E
Tints of Tory Blue #3F4E8E
RGB
CMYK
RGB Variations
Color information
#3F4E8E (or 0x3F4E8E) is known color: Tory Blue. HEX triplet: 3F, 4E and 8E. RGB value is (63,78,142). Sum of RGB (Red+Green+Blue) = 63+78+142=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #3F4E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F4E8E is #C0B171. Grayscale: #505050. Windows color (decimal): -12628338 or 9326143. OLE color: 9326143.
HSL color Cylindrical-coordinate representation of color #3F4E8E: hue angle of 228.61º 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 #3F4E8E is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 78 | 142 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.44 |
| HSL | 228.61º | 0.39% | 0.4% | - |
| HSV(B) | 228.61º | 0.56% | 0.56% | - |
| XYZ | 9.66 | 8.46 | 26.71 | - |
| YUV | 80.81 | 162.53 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 78 | 142 | 0.56 | 0.45 | 0 | 0.44 | 228.61 | 0.39 | 0.4 |
| Hex | 3F | 4E | 8E | 38 | 2D | 0 | 2C | E5 | 27 | 28 |
| Octal | 77 | 116 | 216 | 70 | 55 | 0 | 54 | 345 | 47 | 50 |
| Binary | 111111 | 1001110 | 10001110 | 111000 | 101101 | 0 | 101100 | 11100101 | 100111 | 101000 |
Color Harmonies of #3F4E8E
Complementary color
Monochromatic Colors of #3F4E8E
Black with #3F4E8E
Text Example
Text Example
White with #3F4E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4E8E; }
p { color: rgb(63,78,142); }
H1.HeaderClassName
{
color: #3F4E8E;
}
.AnyTagClassName
{
color: #3F4E8E;
}
</style>
background-color css
<style>
a { background-color: #3F4E8E; }
a { background-color: rgb(63,78,142); }
div.DivClassName
{
background-color: #3F4E8E;
}
.BgClassName
{
background-color: #3F4E8E;
}
</style>
border-color css
<style>
span { border-color: #3F4E8E; }
span { border-color: rgb(63,78,142); }
td.TdClassName
{
border-color: #3F4E8E;
}
.TagClassName
{
border-color: #3F4E8E;
}
</style>