Shades of Mariner #3E6198
Tints of Mariner #3E6198
RGB
CMYK
RGB Variations
Color information
#3E6198 (or 0x3E6198) is known color: Mariner. HEX triplet: 3E, 61 and 98. RGB value is (62,97,152). Sum of RGB (Red+Green+Blue) = 62+97+152=311 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.94% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 152 (59.77% from 255 or 48.87% from 311); Max value from RGB is 152 - color contains mainly: blue. Hex color #3E6198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6198 is #C19E67. Grayscale: #5C5C5C. Windows color (decimal): -12689000 or 9986366. OLE color: 9986366.
HSL color Cylindrical-coordinate representation of color #3E6198: hue angle of 216.67º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E6198 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 62 | 97 | 152 | - |
| CMYK | 0.59 | 0.36 | 0 | 0.40 |
| HSL | 216.67º | 0.42% | 0.42% | - |
| HSV(B) | 216.67º | 0.59% | 0.6% | - |
| XYZ | 11.93 | 11.84 | 31.36 | - |
| YUV | 92.81 | 161.4 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 97 | 152 | 0.59 | 0.36 | 0 | 0.40 | 216.67 | 0.42 | 0.42 |
| Hex | 3E | 61 | 98 | 3B | 24 | 0 | 28 | D9 | 2A | 2A |
| Octal | 76 | 141 | 230 | 73 | 44 | 0 | 50 | 331 | 52 | 52 |
| Binary | 111110 | 1100001 | 10011000 | 111011 | 100100 | 0 | 101000 | 11011001 | 101010 | 101010 |
Color Harmonies of #3E6198
Complementary color
Monochromatic Colors of #3E6198
Black with #3E6198
Text Example
Text Example
White with #3E6198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6198; }
p { color: rgb(62,97,152); }
H1.HeaderClassName
{
color: #3E6198;
}
.AnyTagClassName
{
color: #3E6198;
}
</style>
background-color css
<style>
a { background-color: #3E6198; }
a { background-color: rgb(62,97,152); }
div.DivClassName
{
background-color: #3E6198;
}
.BgClassName
{
background-color: #3E6198;
}
</style>
border-color css
<style>
span { border-color: #3E6198; }
span { border-color: rgb(62,97,152); }
td.TdClassName
{
border-color: #3E6198;
}
.TagClassName
{
border-color: #3E6198;
}
</style>