Shades of Mariner #3E6494
Tints of Mariner #3E6494
RGB
CMYK
RGB Variations
Color information
#3E6494 (or 0x3E6494) is known color: Mariner. HEX triplet: 3E, 64 and 94. RGB value is (62,100,148). Sum of RGB (Red+Green+Blue) = 62+100+148=310 (41% of max value = 765). Red value is 62 (24.61% from 255 or 20% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 148 (58.20% from 255 or 47.74% from 310); Max value from RGB is 148 - color contains mainly: blue. Hex color #3E6494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6494 is #C19B6B. Grayscale: #5D5D5D. Windows color (decimal): -12688236 or 9724990. OLE color: 9724990.
HSL color Cylindrical-coordinate representation of color #3E6494: hue angle of 213.49º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E6494 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 100 | 148 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.42 |
| HSL | 213.49º | 0.41% | 0.41% | - |
| HSV(B) | 213.49º | 0.58% | 0.58% | - |
| XYZ | 11.89 | 12.28 | 29.76 | - |
| YUV | 94.11 | 158.41 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 100 | 148 | 0.58 | 0.32 | 0 | 0.42 | 213.49 | 0.41 | 0.41 |
| Hex | 3E | 64 | 94 | 3A | 20 | 0 | 2A | D5 | 29 | 29 |
| Octal | 76 | 144 | 224 | 72 | 40 | 0 | 52 | 325 | 51 | 51 |
| Binary | 111110 | 1100100 | 10010100 | 111010 | 100000 | 0 | 101010 | 11010101 | 101001 | 101001 |
Color Harmonies of #3E6494
Complementary color
Monochromatic Colors of #3E6494
Black with #3E6494
Text Example
Text Example
White with #3E6494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6494; }
p { color: rgb(62,100,148); }
H1.HeaderClassName
{
color: #3E6494;
}
.AnyTagClassName
{
color: #3E6494;
}
</style>
background-color css
<style>
a { background-color: #3E6494; }
a { background-color: rgb(62,100,148); }
div.DivClassName
{
background-color: #3E6494;
}
.BgClassName
{
background-color: #3E6494;
}
</style>
border-color css
<style>
span { border-color: #3E6494; }
span { border-color: rgb(62,100,148); }
td.TdClassName
{
border-color: #3E6494;
}
.TagClassName
{
border-color: #3E6494;
}
</style>