Shades of Mariner #3E5AAB
Tints of Mariner #3E5AAB
RGB
CMYK
RGB Variations
Color information
#3E5AAB (or 0x3E5AAB) is known color: Mariner. HEX triplet: 3E, 5A and AB. RGB value is (62,90,171). Sum of RGB (Red+Green+Blue) = 62+90+171=323 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.20% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E5AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5AAB is #C1A554. Grayscale: #5A5A5A. Windows color (decimal): -12690773 or 11229758. OLE color: 11229758.
HSL color Cylindrical-coordinate representation of color #3E5AAB: hue angle of 224.59º 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 #3E5AAB is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 90 | 171 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.33 |
| HSL | 224.59º | 0.47% | 0.46% | - |
| HSV(B) | 224.59º | 0.64% | 0.67% | - |
| XYZ | 12.99 | 11.28 | 40.02 | - |
| YUV | 90.86 | 173.22 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 90 | 171 | 0.64 | 0.47 | 0 | 0.33 | 224.59 | 0.47 | 0.46 |
| Hex | 3E | 5A | AB | 40 | 2F | 0 | 21 | E1 | 2F | 2E |
| Octal | 76 | 132 | 253 | 100 | 57 | 0 | 41 | 341 | 57 | 56 |
| Binary | 111110 | 1011010 | 10101011 | 1000000 | 101111 | 0 | 100001 | 11100001 | 101111 | 101110 |
Color Harmonies of #3E5AAB
Complementary color
Monochromatic Colors of #3E5AAB
Black with #3E5AAB
Text Example
Text Example
White with #3E5AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5AAB; }
p { color: rgb(62,90,171); }
H1.HeaderClassName
{
color: #3E5AAB;
}
.AnyTagClassName
{
color: #3E5AAB;
}
</style>
background-color css
<style>
a { background-color: #3E5AAB; }
a { background-color: rgb(62,90,171); }
div.DivClassName
{
background-color: #3E5AAB;
}
.BgClassName
{
background-color: #3E5AAB;
}
</style>
border-color css
<style>
span { border-color: #3E5AAB; }
span { border-color: rgb(62,90,171); }
td.TdClassName
{
border-color: #3E5AAB;
}
.TagClassName
{
border-color: #3E5AAB;
}
</style>