Shades of Mariner #3E56AA
Tints of Mariner #3E56AA
RGB
CMYK
RGB Variations
Color information
#3E56AA (or 0x3E56AA) is known color: Mariner. HEX triplet: 3E, 56 and AA. RGB value is (62,86,170). Sum of RGB (Red+Green+Blue) = 62+86+170=318 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.50% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E56AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E56AA is #C1A955. Grayscale: #585858. Windows color (decimal): -12691798 or 11163198. OLE color: 11163198.
HSL color Cylindrical-coordinate representation of color #3E56AA: hue angle of 226.67º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E56AA is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 86 | 170 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.33 |
| HSL | 226.67º | 0.47% | 0.45% | - |
| HSV(B) | 226.67º | 0.64% | 0.67% | - |
| XYZ | 12.57 | 10.58 | 39.41 | - |
| YUV | 88.4 | 174.05 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 86 | 170 | 0.64 | 0.49 | 0 | 0.33 | 226.67 | 0.47 | 0.45 |
| Hex | 3E | 56 | AA | 40 | 31 | 0 | 21 | E3 | 2F | 2D |
| Octal | 76 | 126 | 252 | 100 | 61 | 0 | 41 | 343 | 57 | 55 |
| Binary | 111110 | 1010110 | 10101010 | 1000000 | 110001 | 0 | 100001 | 11100011 | 101111 | 101101 |
Color Harmonies of #3E56AA
Complementary color
Monochromatic Colors of #3E56AA
Black with #3E56AA
Text Example
Text Example
White with #3E56AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E56AA; }
p { color: rgb(62,86,170); }
H1.HeaderClassName
{
color: #3E56AA;
}
.AnyTagClassName
{
color: #3E56AA;
}
</style>
background-color css
<style>
a { background-color: #3E56AA; }
a { background-color: rgb(62,86,170); }
div.DivClassName
{
background-color: #3E56AA;
}
.BgClassName
{
background-color: #3E56AA;
}
</style>
border-color css
<style>
span { border-color: #3E56AA; }
span { border-color: rgb(62,86,170); }
td.TdClassName
{
border-color: #3E56AA;
}
.TagClassName
{
border-color: #3E56AA;
}
</style>