Shades of Tory Blue #3F578A
Tints of Tory Blue #3F578A
RGB
CMYK
RGB Variations
Color information
#3F578A (or 0x3F578A) is known color: Tory Blue. HEX triplet: 3F, 57 and 8A. RGB value is (63,87,138). Sum of RGB (Red+Green+Blue) = 63+87+138=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F578A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F578A is #C0A875. Grayscale: #555555. Windows color (decimal): -12626038 or 9066303. OLE color: 9066303.
HSL color Cylindrical-coordinate representation of color #3F578A: hue angle of 220.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 #3F578A is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 87 | 138 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.46 |
| HSL | 220.8º | 0.37% | 0.39% | - |
| HSV(B) | 220.8º | 0.54% | 0.54% | - |
| XYZ | 10.05 | 9.71 | 25.39 | - |
| YUV | 85.64 | 157.55 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 87 | 138 | 0.54 | 0.37 | 0 | 0.46 | 220.8 | 0.37 | 0.39 |
| Hex | 3F | 57 | 8A | 36 | 25 | 0 | 2E | DD | 25 | 27 |
| Octal | 77 | 127 | 212 | 66 | 45 | 0 | 56 | 335 | 45 | 47 |
| Binary | 111111 | 1010111 | 10001010 | 110110 | 100101 | 0 | 101110 | 11011101 | 100101 | 100111 |
Color Harmonies of #3F578A
Complementary color
Monochromatic Colors of #3F578A
Black with #3F578A
Text Example
Text Example
White with #3F578A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F578A; }
p { color: rgb(63,87,138); }
H1.HeaderClassName
{
color: #3F578A;
}
.AnyTagClassName
{
color: #3F578A;
}
</style>
background-color css
<style>
a { background-color: #3F578A; }
a { background-color: rgb(63,87,138); }
div.DivClassName
{
background-color: #3F578A;
}
.BgClassName
{
background-color: #3F578A;
}
</style>
border-color css
<style>
span { border-color: #3F578A; }
span { border-color: rgb(63,87,138); }
td.TdClassName
{
border-color: #3F578A;
}
.TagClassName
{
border-color: #3F578A;
}
</style>