Shades of Mariner #3E5B92
Tints of Mariner #3E5B92
RGB
CMYK
RGB Variations
Color information
#3E5B92 (or 0x3E5B92) is known color: Mariner. HEX triplet: 3E, 5B and 92. RGB value is (62,91,146). Sum of RGB (Red+Green+Blue) = 62+91+146=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #3E5B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5B92 is #C1A46D. Grayscale: #585858. Windows color (decimal): -12690542 or 9591614. OLE color: 9591614.
HSL color Cylindrical-coordinate representation of color #3E5B92: hue angle of 219.29º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E5B92 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 62 | 91 | 146 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.43 |
| HSL | 219.29º | 0.4% | 0.41% | - |
| HSV(B) | 219.29º | 0.58% | 0.57% | - |
| XYZ | 10.92 | 10.58 | 28.66 | - |
| YUV | 88.6 | 160.39 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 91 | 146 | 0.58 | 0.38 | 0 | 0.43 | 219.29 | 0.4 | 0.41 |
| Hex | 3E | 5B | 92 | 3A | 26 | 0 | 2B | DB | 28 | 29 |
| Octal | 76 | 133 | 222 | 72 | 46 | 0 | 53 | 333 | 50 | 51 |
| Binary | 111110 | 1011011 | 10010010 | 111010 | 100110 | 0 | 101011 | 11011011 | 101000 | 101001 |
Color Harmonies of #3E5B92
Complementary color
Monochromatic Colors of #3E5B92
Black with #3E5B92
Text Example
Text Example
White with #3E5B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5B92; }
p { color: rgb(62,91,146); }
H1.HeaderClassName
{
color: #3E5B92;
}
.AnyTagClassName
{
color: #3E5B92;
}
</style>
background-color css
<style>
a { background-color: #3E5B92; }
a { background-color: rgb(62,91,146); }
div.DivClassName
{
background-color: #3E5B92;
}
.BgClassName
{
background-color: #3E5B92;
}
</style>
border-color css
<style>
span { border-color: #3E5B92; }
span { border-color: rgb(62,91,146); }
td.TdClassName
{
border-color: #3E5B92;
}
.TagClassName
{
border-color: #3E5B92;
}
</style>