Shades of Tory Blue #3E578F
Tints of Tory Blue #3E578F
RGB
CMYK
RGB Variations
Color information
#3E578F (or 0x3E578F) is known color: Tory Blue. HEX triplet: 3E, 57 and 8F. RGB value is (62,87,143). Sum of RGB (Red+Green+Blue) = 62+87+143=292 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.23% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 143 (56.25% from 255 or 48.97% from 292); Max value from RGB is 143 - color contains mainly: blue. Hex color #3E578F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E578F is #C1A870. Grayscale: #555555. Windows color (decimal): -12691569 or 9393982. OLE color: 9393982.
HSL color Cylindrical-coordinate representation of color #3E578F: hue angle of 221.48º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E578F is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 87 | 143 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.44 |
| HSL | 221.48º | 0.4% | 0.4% | - |
| HSV(B) | 221.48º | 0.57% | 0.56% | - |
| XYZ | 10.35 | 9.82 | 27.34 | - |
| YUV | 85.91 | 160.22 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 87 | 143 | 0.57 | 0.39 | 0 | 0.44 | 221.48 | 0.4 | 0.4 |
| Hex | 3E | 57 | 8F | 39 | 27 | 0 | 2C | DD | 28 | 28 |
| Octal | 76 | 127 | 217 | 71 | 47 | 0 | 54 | 335 | 50 | 50 |
| Binary | 111110 | 1010111 | 10001111 | 111001 | 100111 | 0 | 101100 | 11011101 | 101000 | 101000 |
Color Harmonies of #3E578F
Complementary color
Monochromatic Colors of #3E578F
Black with #3E578F
Text Example
Text Example
White with #3E578F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E578F; }
p { color: rgb(62,87,143); }
H1.HeaderClassName
{
color: #3E578F;
}
.AnyTagClassName
{
color: #3E578F;
}
</style>
background-color css
<style>
a { background-color: #3E578F; }
a { background-color: rgb(62,87,143); }
div.DivClassName
{
background-color: #3E578F;
}
.BgClassName
{
background-color: #3E578F;
}
</style>
border-color css
<style>
span { border-color: #3E578F; }
span { border-color: rgb(62,87,143); }
td.TdClassName
{
border-color: #3E578F;
}
.TagClassName
{
border-color: #3E578F;
}
</style>