Shades of Mariner #3E6BA9
Tints of Mariner #3E6BA9
RGB
CMYK
RGB Variations
Color information
#3E6BA9 (or 0x3E6BA9) is known color: Mariner. HEX triplet: 3E, 6B and A9. RGB value is (62,107,169). Sum of RGB (Red+Green+Blue) = 62+107+169=338 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.34% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 169 (66.41% from 255 or 50% from 338); Max value from RGB is 169 - color contains mainly: blue. Hex color #3E6BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6BA9 is #C19456. Grayscale: #646464. Windows color (decimal): -12686423 or 11103038. OLE color: 11103038.
HSL color Cylindrical-coordinate representation of color #3E6BA9: hue angle of 214.77º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E6BA9 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 62 | 107 | 169 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.34 |
| HSL | 214.77º | 0.46% | 0.45% | - |
| HSV(B) | 214.77º | 0.63% | 0.66% | - |
| XYZ | 14.41 | 14.4 | 39.56 | - |
| YUV | 100.61 | 166.59 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 107 | 169 | 0.63 | 0.37 | 0 | 0.34 | 214.77 | 0.46 | 0.45 |
| Hex | 3E | 6B | A9 | 3F | 25 | 0 | 22 | D7 | 2E | 2D |
| Octal | 76 | 153 | 251 | 77 | 45 | 0 | 42 | 327 | 56 | 55 |
| Binary | 111110 | 1101011 | 10101001 | 111111 | 100101 | 0 | 100010 | 11010111 | 101110 | 101101 |
Color Harmonies of #3E6BA9
Complementary color
Monochromatic Colors of #3E6BA9
Black with #3E6BA9
Text Example
Text Example
White with #3E6BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6BA9; }
p { color: rgb(62,107,169); }
H1.HeaderClassName
{
color: #3E6BA9;
}
.AnyTagClassName
{
color: #3E6BA9;
}
</style>
background-color css
<style>
a { background-color: #3E6BA9; }
a { background-color: rgb(62,107,169); }
div.DivClassName
{
background-color: #3E6BA9;
}
.BgClassName
{
background-color: #3E6BA9;
}
</style>
border-color css
<style>
span { border-color: #3E6BA9; }
span { border-color: rgb(62,107,169); }
td.TdClassName
{
border-color: #3E6BA9;
}
.TagClassName
{
border-color: #3E6BA9;
}
</style>