Shades of Mariner #3E5A9E
Tints of Mariner #3E5A9E
RGB
CMYK
RGB Variations
Color information
#3E5A9E (or 0x3E5A9E) is known color: Mariner. HEX triplet: 3E, 5A and 9E. RGB value is (62,90,158). Sum of RGB (Red+Green+Blue) = 62+90+158=310 (41% of max value = 765). Red value is 62 (24.61% from 255 or 20% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E5A9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5A9E is #C1A561. Grayscale: #595959. Windows color (decimal): -12690786 or 10377790. OLE color: 10377790.
HSL color Cylindrical-coordinate representation of color #3E5A9E: hue angle of 222.5º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E5A9E is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 90 | 158 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.38 |
| HSL | 222.5º | 0.44% | 0.43% | - |
| HSV(B) | 222.5º | 0.61% | 0.62% | - |
| XYZ | 11.81 | 10.81 | 33.81 | - |
| YUV | 89.38 | 166.72 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 90 | 158 | 0.61 | 0.43 | 0 | 0.38 | 222.5 | 0.44 | 0.43 |
| Hex | 3E | 5A | 9E | 3D | 2B | 0 | 26 | DE | 2C | 2B |
| Octal | 76 | 132 | 236 | 75 | 53 | 0 | 46 | 336 | 54 | 53 |
| Binary | 111110 | 1011010 | 10011110 | 111101 | 101011 | 0 | 100110 | 11011110 | 101100 | 101011 |
Color Harmonies of #3E5A9E
Complementary color
Monochromatic Colors of #3E5A9E
Black with #3E5A9E
Text Example
Text Example
White with #3E5A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5A9E; }
p { color: rgb(62,90,158); }
H1.HeaderClassName
{
color: #3E5A9E;
}
.AnyTagClassName
{
color: #3E5A9E;
}
</style>
background-color css
<style>
a { background-color: #3E5A9E; }
a { background-color: rgb(62,90,158); }
div.DivClassName
{
background-color: #3E5A9E;
}
.BgClassName
{
background-color: #3E5A9E;
}
</style>
border-color css
<style>
span { border-color: #3E5A9E; }
span { border-color: rgb(62,90,158); }
td.TdClassName
{
border-color: #3E5A9E;
}
.TagClassName
{
border-color: #3E5A9E;
}
</style>