Shades of Mariner #3E62AB
Tints of Mariner #3E62AB
RGB
CMYK
RGB Variations
Color information
#3E62AB (or 0x3E62AB) is known color: Mariner. HEX triplet: 3E, 62 and AB. RGB value is (62,98,171). Sum of RGB (Red+Green+Blue) = 62+98+171=331 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.73% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E62AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E62AB is #C19D54. Grayscale: #5F5F5F. Windows color (decimal): -12688725 or 11231806. OLE color: 11231806.
HSL color Cylindrical-coordinate representation of color #3E62AB: hue angle of 220.18º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E62AB is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 98 | 171 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.33 |
| HSL | 220.18º | 0.47% | 0.46% | - |
| HSV(B) | 220.18º | 0.64% | 0.67% | - |
| XYZ | 13.7 | 12.7 | 40.26 | - |
| YUV | 95.56 | 170.57 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 98 | 171 | 0.64 | 0.43 | 0 | 0.33 | 220.18 | 0.47 | 0.46 |
| Hex | 3E | 62 | AB | 40 | 2B | 0 | 21 | DC | 2F | 2E |
| Octal | 76 | 142 | 253 | 100 | 53 | 0 | 41 | 334 | 57 | 56 |
| Binary | 111110 | 1100010 | 10101011 | 1000000 | 101011 | 0 | 100001 | 11011100 | 101111 | 101110 |
Color Harmonies of #3E62AB
Complementary color
Monochromatic Colors of #3E62AB
Black with #3E62AB
Text Example
Text Example
White with #3E62AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E62AB; }
p { color: rgb(62,98,171); }
H1.HeaderClassName
{
color: #3E62AB;
}
.AnyTagClassName
{
color: #3E62AB;
}
</style>
background-color css
<style>
a { background-color: #3E62AB; }
a { background-color: rgb(62,98,171); }
div.DivClassName
{
background-color: #3E62AB;
}
.BgClassName
{
background-color: #3E62AB;
}
</style>
border-color css
<style>
span { border-color: #3E62AB; }
span { border-color: rgb(62,98,171); }
td.TdClassName
{
border-color: #3E62AB;
}
.TagClassName
{
border-color: #3E62AB;
}
</style>