Shades of Mariner #3E559B
Tints of Mariner #3E559B
RGB
CMYK
RGB Variations
Color information
#3E559B (or 0x3E559B) is known color: Mariner. HEX triplet: 3E, 55 and 9B. RGB value is (62,85,155). Sum of RGB (Red+Green+Blue) = 62+85+155=302 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.53% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E559B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E559B is #C1AA64. Grayscale: #555555. Windows color (decimal): -12692069 or 10179902. OLE color: 10179902.
HSL color Cylindrical-coordinate representation of color #3E559B: hue angle of 225.16º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E559B is Cyan = 0.6, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 85 | 155 | - |
| CMYK | 0.6 | 0.45 | 0 | 0.39 |
| HSL | 225.16º | 0.43% | 0.43% | - |
| HSV(B) | 225.16º | 0.6% | 0.61% | - |
| XYZ | 11.15 | 9.89 | 32.33 | - |
| YUV | 86.1 | 166.88 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 85 | 155 | 0.6 | 0.45 | 0 | 0.39 | 225.16 | 0.43 | 0.43 |
| Hex | 3E | 55 | 9B | 3C | 2D | 0 | 27 | E1 | 2B | 2B |
| Octal | 76 | 125 | 233 | 74 | 55 | 0 | 47 | 341 | 53 | 53 |
| Binary | 111110 | 1010101 | 10011011 | 111100 | 101101 | 0 | 100111 | 11100001 | 101011 | 101011 |
Color Harmonies of #3E559B
Complementary color
Monochromatic Colors of #3E559B
Black with #3E559B
Text Example
Text Example
White with #3E559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E559B; }
p { color: rgb(62,85,155); }
H1.HeaderClassName
{
color: #3E559B;
}
.AnyTagClassName
{
color: #3E559B;
}
</style>
background-color css
<style>
a { background-color: #3E559B; }
a { background-color: rgb(62,85,155); }
div.DivClassName
{
background-color: #3E559B;
}
.BgClassName
{
background-color: #3E559B;
}
</style>
border-color css
<style>
span { border-color: #3E559B; }
span { border-color: rgb(62,85,155); }
td.TdClassName
{
border-color: #3E559B;
}
.TagClassName
{
border-color: #3E559B;
}
</style>