Shades of Mariner #3E5AAC
Tints of Mariner #3E5AAC
RGB
CMYK
RGB Variations
Color information
#3E5AAC (or 0x3E5AAC) is known color: Mariner. HEX triplet: 3E, 5A and AC. RGB value is (62,90,172). Sum of RGB (Red+Green+Blue) = 62+90+172=324 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.14% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E5AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5AAC is #C1A553. Grayscale: #5A5A5A. Windows color (decimal): -12690772 or 11295294. OLE color: 11295294.
HSL color Cylindrical-coordinate representation of color #3E5AAC: hue angle of 224.73º 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 #3E5AAC is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 90 | 172 | - |
| CMYK | 0.64 | 0.48 | 0 | 0.33 |
| HSL | 224.73º | 0.47% | 0.46% | - |
| HSV(B) | 224.73º | 0.64% | 0.67% | - |
| XYZ | 13.09 | 11.32 | 40.52 | - |
| YUV | 90.98 | 173.72 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 90 | 172 | 0.64 | 0.48 | 0 | 0.33 | 224.73 | 0.47 | 0.46 |
| Hex | 3E | 5A | AC | 40 | 30 | 0 | 21 | E1 | 2F | 2E |
| Octal | 76 | 132 | 254 | 100 | 60 | 0 | 41 | 341 | 57 | 56 |
| Binary | 111110 | 1011010 | 10101100 | 1000000 | 110000 | 0 | 100001 | 11100001 | 101111 | 101110 |
Color Harmonies of #3E5AAC
Complementary color
Monochromatic Colors of #3E5AAC
Black with #3E5AAC
Text Example
Text Example
White with #3E5AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5AAC; }
p { color: rgb(62,90,172); }
H1.HeaderClassName
{
color: #3E5AAC;
}
.AnyTagClassName
{
color: #3E5AAC;
}
</style>
background-color css
<style>
a { background-color: #3E5AAC; }
a { background-color: rgb(62,90,172); }
div.DivClassName
{
background-color: #3E5AAC;
}
.BgClassName
{
background-color: #3E5AAC;
}
</style>
border-color css
<style>
span { border-color: #3E5AAC; }
span { border-color: rgb(62,90,172); }
td.TdClassName
{
border-color: #3E5AAC;
}
.TagClassName
{
border-color: #3E5AAC;
}
</style>