Shades of Mariner #3E53AB
Tints of Mariner #3E53AB
RGB
CMYK
RGB Variations
Color information
#3E53AB (or 0x3E53AB) is known color: Mariner. HEX triplet: 3E, 53 and AB. RGB value is (62,83,171). Sum of RGB (Red+Green+Blue) = 62+83+171=316 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.62% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E53AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E53AB is #C1AC54. Grayscale: #565656. Windows color (decimal): -12692565 or 11227966. OLE color: 11227966.
HSL color Cylindrical-coordinate representation of color #3E53AB: hue angle of 228.44º 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 #3E53AB is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 83 | 171 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.33 |
| HSL | 228.44º | 0.47% | 0.46% | - |
| HSV(B) | 228.44º | 0.64% | 0.67% | - |
| XYZ | 12.43 | 10.15 | 39.83 | - |
| YUV | 86.75 | 175.54 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 83 | 171 | 0.64 | 0.51 | 0 | 0.33 | 228.44 | 0.47 | 0.46 |
| Hex | 3E | 53 | AB | 40 | 33 | 0 | 21 | E4 | 2F | 2E |
| Octal | 76 | 123 | 253 | 100 | 63 | 0 | 41 | 344 | 57 | 56 |
| Binary | 111110 | 1010011 | 10101011 | 1000000 | 110011 | 0 | 100001 | 11100100 | 101111 | 101110 |
Color Harmonies of #3E53AB
Complementary color
Monochromatic Colors of #3E53AB
Black with #3E53AB
Text Example
Text Example
White with #3E53AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E53AB; }
p { color: rgb(62,83,171); }
H1.HeaderClassName
{
color: #3E53AB;
}
.AnyTagClassName
{
color: #3E53AB;
}
</style>
background-color css
<style>
a { background-color: #3E53AB; }
a { background-color: rgb(62,83,171); }
div.DivClassName
{
background-color: #3E53AB;
}
.BgClassName
{
background-color: #3E53AB;
}
</style>
border-color css
<style>
span { border-color: #3E53AB; }
span { border-color: rgb(62,83,171); }
td.TdClassName
{
border-color: #3E53AB;
}
.TagClassName
{
border-color: #3E53AB;
}
</style>