Shades of Mariner #3E52AB
Tints of Mariner #3E52AB
RGB
CMYK
RGB Variations
Color information
#3E52AB (or 0x3E52AB) is known color: Mariner. HEX triplet: 3E, 52 and AB. RGB value is (62,82,171). Sum of RGB (Red+Green+Blue) = 62+82+171=315 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.68% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E52AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E52AB is #C1AD54. Grayscale: #555555. Windows color (decimal): -12692821 or 11227710. OLE color: 11227710.
HSL color Cylindrical-coordinate representation of color #3E52AB: hue angle of 228.99º 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 #3E52AB is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 82 | 171 | - |
| CMYK | 0.64 | 0.52 | 0 | 0.33 |
| HSL | 228.99º | 0.47% | 0.46% | - |
| HSV(B) | 228.99º | 0.64% | 0.67% | - |
| XYZ | 12.35 | 10 | 39.81 | - |
| YUV | 86.17 | 175.87 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 82 | 171 | 0.64 | 0.52 | 0 | 0.33 | 228.99 | 0.47 | 0.46 |
| Hex | 3E | 52 | AB | 40 | 34 | 0 | 21 | E5 | 2F | 2E |
| Octal | 76 | 122 | 253 | 100 | 64 | 0 | 41 | 345 | 57 | 56 |
| Binary | 111110 | 1010010 | 10101011 | 1000000 | 110100 | 0 | 100001 | 11100101 | 101111 | 101110 |
Color Harmonies of #3E52AB
Complementary color
Monochromatic Colors of #3E52AB
Black with #3E52AB
Text Example
Text Example
White with #3E52AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E52AB; }
p { color: rgb(62,82,171); }
H1.HeaderClassName
{
color: #3E52AB;
}
.AnyTagClassName
{
color: #3E52AB;
}
</style>
background-color css
<style>
a { background-color: #3E52AB; }
a { background-color: rgb(62,82,171); }
div.DivClassName
{
background-color: #3E52AB;
}
.BgClassName
{
background-color: #3E52AB;
}
</style>
border-color css
<style>
span { border-color: #3E52AB; }
span { border-color: rgb(62,82,171); }
td.TdClassName
{
border-color: #3E52AB;
}
.TagClassName
{
border-color: #3E52AB;
}
</style>