Shades of Mariner #3E659E
Tints of Mariner #3E659E
RGB
CMYK
RGB Variations
Color information
#3E659E (or 0x3E659E) is known color: Mariner. HEX triplet: 3E, 65 and 9E. RGB value is (62,101,158). Sum of RGB (Red+Green+Blue) = 62+101+158=321 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.31% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 158 (62.11% from 255 or 49.22% from 321); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E659E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E659E is #C19A61. Grayscale: #5F5F5F. Windows color (decimal): -12687970 or 10380606. OLE color: 10380606.
HSL color Cylindrical-coordinate representation of color #3E659E: hue angle of 215.62º 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 #3E659E is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 101 | 158 | - |
| CMYK | 0.61 | 0.36 | 0 | 0.38 |
| HSL | 215.63º | 0.44% | 0.43% | - |
| HSV(B) | 215.63º | 0.61% | 0.62% | - |
| XYZ | 12.81 | 12.8 | 34.14 | - |
| YUV | 95.84 | 163.08 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 101 | 158 | 0.61 | 0.36 | 0 | 0.38 | 215.63 | 0.44 | 0.43 |
| Hex | 3E | 65 | 9E | 3D | 24 | 0 | 26 | D8 | 2C | 2B |
| Octal | 76 | 145 | 236 | 75 | 44 | 0 | 46 | 330 | 54 | 53 |
| Binary | 111110 | 1100101 | 10011110 | 111101 | 100100 | 0 | 100110 | 11011000 | 101100 | 101011 |
Color Harmonies of #3E659E
Complementary color
Monochromatic Colors of #3E659E
Black with #3E659E
Text Example
Text Example
White with #3E659E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E659E; }
p { color: rgb(62,101,158); }
H1.HeaderClassName
{
color: #3E659E;
}
.AnyTagClassName
{
color: #3E659E;
}
</style>
background-color css
<style>
a { background-color: #3E659E; }
a { background-color: rgb(62,101,158); }
div.DivClassName
{
background-color: #3E659E;
}
.BgClassName
{
background-color: #3E659E;
}
</style>
border-color css
<style>
span { border-color: #3E659E; }
span { border-color: rgb(62,101,158); }
td.TdClassName
{
border-color: #3E659E;
}
.TagClassName
{
border-color: #3E659E;
}
</style>