Shades of Mariner #3E5D94
Tints of Mariner #3E5D94
RGB
CMYK
RGB Variations
Color information
#3E5D94 (or 0x3E5D94) is known color: Mariner. HEX triplet: 3E, 5D and 94. RGB value is (62,93,148). Sum of RGB (Red+Green+Blue) = 62+93+148=303 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.46% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #3E5D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5D94 is #C1A26B. Grayscale: #595959. Windows color (decimal): -12690028 or 9723198. OLE color: 9723198.
HSL color Cylindrical-coordinate representation of color #3E5D94: hue angle of 218.37º 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 #3E5D94 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 93 | 148 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.42 |
| HSL | 218.37º | 0.41% | 0.41% | - |
| HSV(B) | 218.37º | 0.58% | 0.58% | - |
| XYZ | 11.25 | 10.99 | 29.55 | - |
| YUV | 90 | 160.73 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 93 | 148 | 0.58 | 0.37 | 0 | 0.42 | 218.37 | 0.41 | 0.41 |
| Hex | 3E | 5D | 94 | 3A | 25 | 0 | 2A | DA | 29 | 29 |
| Octal | 76 | 135 | 224 | 72 | 45 | 0 | 52 | 332 | 51 | 51 |
| Binary | 111110 | 1011101 | 10010100 | 111010 | 100101 | 0 | 101010 | 11011010 | 101001 | 101001 |
Color Harmonies of #3E5D94
Complementary color
Monochromatic Colors of #3E5D94
Black with #3E5D94
Text Example
Text Example
White with #3E5D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5D94; }
p { color: rgb(62,93,148); }
H1.HeaderClassName
{
color: #3E5D94;
}
.AnyTagClassName
{
color: #3E5D94;
}
</style>
background-color css
<style>
a { background-color: #3E5D94; }
a { background-color: rgb(62,93,148); }
div.DivClassName
{
background-color: #3E5D94;
}
.BgClassName
{
background-color: #3E5D94;
}
</style>
border-color css
<style>
span { border-color: #3E5D94; }
span { border-color: rgb(62,93,148); }
td.TdClassName
{
border-color: #3E5D94;
}
.TagClassName
{
border-color: #3E5D94;
}
</style>