Shades of Mariner #3E5F93
Tints of Mariner #3E5F93
RGB
CMYK
RGB Variations
Color information
#3E5F93 (or 0x3E5F93) is known color: Mariner. HEX triplet: 3E, 5F and 93. RGB value is (62,95,147). Sum of RGB (Red+Green+Blue) = 62+95+147=304 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.39% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #3E5F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5F93 is #C1A06C. Grayscale: #5A5A5A. Windows color (decimal): -12689517 or 9658174. OLE color: 9658174.
HSL color Cylindrical-coordinate representation of color #3E5F93: hue angle of 216.71º 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 #3E5F93 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 95 | 147 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.42 |
| HSL | 216.71º | 0.41% | 0.41% | - |
| HSV(B) | 216.71º | 0.58% | 0.58% | - |
| XYZ | 11.35 | 11.32 | 29.19 | - |
| YUV | 91.06 | 159.57 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 95 | 147 | 0.58 | 0.35 | 0 | 0.42 | 216.71 | 0.41 | 0.41 |
| Hex | 3E | 5F | 93 | 3A | 23 | 0 | 2A | D9 | 29 | 29 |
| Octal | 76 | 137 | 223 | 72 | 43 | 0 | 52 | 331 | 51 | 51 |
| Binary | 111110 | 1011111 | 10010011 | 111010 | 100011 | 0 | 101010 | 11011001 | 101001 | 101001 |
Color Harmonies of #3E5F93
Complementary color
Monochromatic Colors of #3E5F93
Black with #3E5F93
Text Example
Text Example
White with #3E5F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5F93; }
p { color: rgb(62,95,147); }
H1.HeaderClassName
{
color: #3E5F93;
}
.AnyTagClassName
{
color: #3E5F93;
}
</style>
background-color css
<style>
a { background-color: #3E5F93; }
a { background-color: rgb(62,95,147); }
div.DivClassName
{
background-color: #3E5F93;
}
.BgClassName
{
background-color: #3E5F93;
}
</style>
border-color css
<style>
span { border-color: #3E5F93; }
span { border-color: rgb(62,95,147); }
td.TdClassName
{
border-color: #3E5F93;
}
.TagClassName
{
border-color: #3E5F93;
}
</style>