Shades of Mariner #3E5FAE
Tints of Mariner #3E5FAE
RGB
CMYK
RGB Variations
Color information
#3E5FAE (or 0x3E5FAE) is known color: Mariner. HEX triplet: 3E, 5F and AE. RGB value is (62,95,174). Sum of RGB (Red+Green+Blue) = 62+95+174=331 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.73% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #3E5FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5FAE is #C1A051. Grayscale: #5D5D5D. Windows color (decimal): -12689490 or 11427646. OLE color: 11427646.
HSL color Cylindrical-coordinate representation of color #3E5FAE: hue angle of 222.32º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E5FAE is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 62 | 95 | 174 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.32 |
| HSL | 222.32º | 0.47% | 0.46% | - |
| HSV(B) | 222.32º | 0.64% | 0.68% | - |
| XYZ | 13.72 | 12.26 | 41.69 | - |
| YUV | 94.14 | 173.07 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 95 | 174 | 0.64 | 0.45 | 0 | 0.32 | 222.32 | 0.47 | 0.46 |
| Hex | 3E | 5F | AE | 40 | 2D | 0 | 20 | DE | 2F | 2E |
| Octal | 76 | 137 | 256 | 100 | 55 | 0 | 40 | 336 | 57 | 56 |
| Binary | 111110 | 1011111 | 10101110 | 1000000 | 101101 | 0 | 100000 | 11011110 | 101111 | 101110 |
Color Harmonies of #3E5FAE
Complementary color
Monochromatic Colors of #3E5FAE
Black with #3E5FAE
Text Example
Text Example
White with #3E5FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5FAE; }
p { color: rgb(62,95,174); }
H1.HeaderClassName
{
color: #3E5FAE;
}
.AnyTagClassName
{
color: #3E5FAE;
}
</style>
background-color css
<style>
a { background-color: #3E5FAE; }
a { background-color: rgb(62,95,174); }
div.DivClassName
{
background-color: #3E5FAE;
}
.BgClassName
{
background-color: #3E5FAE;
}
</style>
border-color css
<style>
span { border-color: #3E5FAE; }
span { border-color: rgb(62,95,174); }
td.TdClassName
{
border-color: #3E5FAE;
}
.TagClassName
{
border-color: #3E5FAE;
}
</style>