Shades of Mariner #3E60AA
Tints of Mariner #3E60AA
RGB
CMYK
RGB Variations
Color information
#3E60AA (or 0x3E60AA) is known color: Mariner. HEX triplet: 3E, 60 and AA. RGB value is (62,96,170). Sum of RGB (Red+Green+Blue) = 62+96+170=328 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.90% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E60AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E60AA is #C19F55. Grayscale: #5D5D5D. Windows color (decimal): -12689238 or 11165758. OLE color: 11165758.
HSL color Cylindrical-coordinate representation of color #3E60AA: hue angle of 221.11º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E60AA is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 96 | 170 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.33 |
| HSL | 221.11º | 0.47% | 0.45% | - |
| HSV(B) | 221.11º | 0.64% | 0.67% | - |
| XYZ | 13.43 | 12.29 | 39.7 | - |
| YUV | 94.27 | 170.74 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 96 | 170 | 0.64 | 0.44 | 0 | 0.33 | 221.11 | 0.47 | 0.45 |
| Hex | 3E | 60 | AA | 40 | 2C | 0 | 21 | DD | 2F | 2D |
| Octal | 76 | 140 | 252 | 100 | 54 | 0 | 41 | 335 | 57 | 55 |
| Binary | 111110 | 1100000 | 10101010 | 1000000 | 101100 | 0 | 100001 | 11011101 | 101111 | 101101 |
Color Harmonies of #3E60AA
Complementary color
Monochromatic Colors of #3E60AA
Black with #3E60AA
Text Example
Text Example
White with #3E60AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E60AA; }
p { color: rgb(62,96,170); }
H1.HeaderClassName
{
color: #3E60AA;
}
.AnyTagClassName
{
color: #3E60AA;
}
</style>
background-color css
<style>
a { background-color: #3E60AA; }
a { background-color: rgb(62,96,170); }
div.DivClassName
{
background-color: #3E60AA;
}
.BgClassName
{
background-color: #3E60AA;
}
</style>
border-color css
<style>
span { border-color: #3E60AA; }
span { border-color: rgb(62,96,170); }
td.TdClassName
{
border-color: #3E60AA;
}
.TagClassName
{
border-color: #3E60AA;
}
</style>