Shades of Mariner #3E649F
Tints of Mariner #3E649F
RGB
CMYK
RGB Variations
Color information
#3E649F (or 0x3E649F) is known color: Mariner. HEX triplet: 3E, 64 and 9F. RGB value is (62,100,159). Sum of RGB (Red+Green+Blue) = 62+100+159=321 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.31% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #3E649F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E649F is #C19B60. Grayscale: #5F5F5F. Windows color (decimal): -12688225 or 10445886. OLE color: 10445886.
HSL color Cylindrical-coordinate representation of color #3E649F: hue angle of 216.49º 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 #3E649F is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 100 | 159 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.38 |
| HSL | 216.49º | 0.44% | 0.43% | - |
| HSV(B) | 216.49º | 0.61% | 0.62% | - |
| XYZ | 12.8 | 12.64 | 34.57 | - |
| YUV | 95.36 | 163.91 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 100 | 159 | 0.61 | 0.37 | 0 | 0.38 | 216.49 | 0.44 | 0.43 |
| Hex | 3E | 64 | 9F | 3D | 25 | 0 | 26 | D8 | 2C | 2B |
| Octal | 76 | 144 | 237 | 75 | 45 | 0 | 46 | 330 | 54 | 53 |
| Binary | 111110 | 1100100 | 10011111 | 111101 | 100101 | 0 | 100110 | 11011000 | 101100 | 101011 |
Color Harmonies of #3E649F
Complementary color
Monochromatic Colors of #3E649F
Black with #3E649F
Text Example
Text Example
White with #3E649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E649F; }
p { color: rgb(62,100,159); }
H1.HeaderClassName
{
color: #3E649F;
}
.AnyTagClassName
{
color: #3E649F;
}
</style>
background-color css
<style>
a { background-color: #3E649F; }
a { background-color: rgb(62,100,159); }
div.DivClassName
{
background-color: #3E649F;
}
.BgClassName
{
background-color: #3E649F;
}
</style>
border-color css
<style>
span { border-color: #3E649F; }
span { border-color: rgb(62,100,159); }
td.TdClassName
{
border-color: #3E649F;
}
.TagClassName
{
border-color: #3E649F;
}
</style>