Shades of Mariner #3E689E
Tints of Mariner #3E689E
RGB
CMYK
RGB Variations
Color information
#3E689E (or 0x3E689E) is known color: Mariner. HEX triplet: 3E, 68 and 9E. RGB value is (62,104,158). Sum of RGB (Red+Green+Blue) = 62+104+158=324 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.14% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E689E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E689E is #C19761. Grayscale: #616161. Windows color (decimal): -12687202 or 10381374. OLE color: 10381374.
HSL color Cylindrical-coordinate representation of color #3E689E: hue angle of 213.75º 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 #3E689E is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 104 | 158 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.38 |
| HSL | 213.75º | 0.44% | 0.43% | - |
| HSV(B) | 213.75º | 0.61% | 0.62% | - |
| XYZ | 13.11 | 13.39 | 34.24 | - |
| YUV | 97.6 | 162.09 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 104 | 158 | 0.61 | 0.34 | 0 | 0.38 | 213.75 | 0.44 | 0.43 |
| Hex | 3E | 68 | 9E | 3D | 22 | 0 | 26 | D6 | 2C | 2B |
| Octal | 76 | 150 | 236 | 75 | 42 | 0 | 46 | 326 | 54 | 53 |
| Binary | 111110 | 1101000 | 10011110 | 111101 | 100010 | 0 | 100110 | 11010110 | 101100 | 101011 |
Color Harmonies of #3E689E
Complementary color
Monochromatic Colors of #3E689E
Black with #3E689E
Text Example
Text Example
White with #3E689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E689E; }
p { color: rgb(62,104,158); }
H1.HeaderClassName
{
color: #3E689E;
}
.AnyTagClassName
{
color: #3E689E;
}
</style>
background-color css
<style>
a { background-color: #3E689E; }
a { background-color: rgb(62,104,158); }
div.DivClassName
{
background-color: #3E689E;
}
.BgClassName
{
background-color: #3E689E;
}
</style>
border-color css
<style>
span { border-color: #3E689E; }
span { border-color: rgb(62,104,158); }
td.TdClassName
{
border-color: #3E689E;
}
.TagClassName
{
border-color: #3E689E;
}
</style>