Shades of Mariner #3E6995
Tints of Mariner #3E6995
RGB
CMYK
RGB Variations
Color information
#3E6995 (or 0x3E6995) is known color: Mariner. HEX triplet: 3E, 69 and 95. RGB value is (62,105,149). Sum of RGB (Red+Green+Blue) = 62+105+149=316 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.62% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #3E6995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6995 is #C1966A. Grayscale: #606060. Windows color (decimal): -12686955 or 9791806. OLE color: 9791806.
HSL color Cylindrical-coordinate representation of color #3E6995: hue angle of 210.34º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E6995 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 105 | 149 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.42 |
| HSL | 210.34º | 0.41% | 0.41% | - |
| HSV(B) | 210.34º | 0.58% | 0.58% | - |
| XYZ | 12.46 | 13.3 | 30.34 | - |
| YUV | 97.16 | 157.25 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 105 | 149 | 0.58 | 0.30 | 0 | 0.42 | 210.34 | 0.41 | 0.41 |
| Hex | 3E | 69 | 95 | 3A | 1E | 0 | 2A | D2 | 29 | 29 |
| Octal | 76 | 151 | 225 | 72 | 36 | 0 | 52 | 322 | 51 | 51 |
| Binary | 111110 | 1101001 | 10010101 | 111010 | 11110 | 0 | 101010 | 11010010 | 101001 | 101001 |
Color Harmonies of #3E6995
Complementary color
Monochromatic Colors of #3E6995
Black with #3E6995
Text Example
Text Example
White with #3E6995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6995; }
p { color: rgb(62,105,149); }
H1.HeaderClassName
{
color: #3E6995;
}
.AnyTagClassName
{
color: #3E6995;
}
</style>
background-color css
<style>
a { background-color: #3E6995; }
a { background-color: rgb(62,105,149); }
div.DivClassName
{
background-color: #3E6995;
}
.BgClassName
{
background-color: #3E6995;
}
</style>
border-color css
<style>
span { border-color: #3E6995; }
span { border-color: rgb(62,105,149); }
td.TdClassName
{
border-color: #3E6995;
}
.TagClassName
{
border-color: #3E6995;
}
</style>