Shades of Mariner #3E5AB0
Tints of Mariner #3E5AB0
RGB
CMYK
RGB Variations
Color information
#3E5AB0 (or 0x3E5AB0) is known color: Mariner. HEX triplet: 3E, 5A and B0. RGB value is (62,90,176). Sum of RGB (Red+Green+Blue) = 62+90+176=328 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.90% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 176 (69.14% from 255 or 53.66% from 328); Max value from RGB is 176 - color contains mainly: blue. Hex color #3E5AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5AB0 is #C1A54F. Grayscale: #5B5B5B. Windows color (decimal): -12690768 or 11557438. OLE color: 11557438.
HSL color Cylindrical-coordinate representation of color #3E5AB0: hue angle of 225.26º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E5AB0 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 90 | 176 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.31 |
| HSL | 225.26º | 0.48% | 0.47% | - |
| HSV(B) | 225.26º | 0.65% | 0.69% | - |
| XYZ | 13.48 | 11.47 | 42.58 | - |
| YUV | 91.43 | 175.72 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 90 | 176 | 0.65 | 0.49 | 0 | 0.31 | 225.26 | 0.48 | 0.47 |
| Hex | 3E | 5A | B0 | 41 | 31 | 0 | 1F | E1 | 30 | 2F |
| Octal | 76 | 132 | 260 | 101 | 61 | 0 | 37 | 341 | 60 | 57 |
| Binary | 111110 | 1011010 | 10110000 | 1000001 | 110001 | 0 | 11111 | 11100001 | 110000 | 101111 |
Color Harmonies of #3E5AB0
Complementary color
Monochromatic Colors of #3E5AB0
Black with #3E5AB0
Text Example
Text Example
White with #3E5AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5AB0; }
p { color: rgb(62,90,176); }
H1.HeaderClassName
{
color: #3E5AB0;
}
.AnyTagClassName
{
color: #3E5AB0;
}
</style>
background-color css
<style>
a { background-color: #3E5AB0; }
a { background-color: rgb(62,90,176); }
div.DivClassName
{
background-color: #3E5AB0;
}
.BgClassName
{
background-color: #3E5AB0;
}
</style>
border-color css
<style>
span { border-color: #3E5AB0; }
span { border-color: rgb(62,90,176); }
td.TdClassName
{
border-color: #3E5AB0;
}
.TagClassName
{
border-color: #3E5AB0;
}
</style>