Shades of Mariner #3E60AE
Tints of Mariner #3E60AE
RGB
CMYK
RGB Variations
Color information
#3E60AE (or 0x3E60AE) is known color: Mariner. HEX triplet: 3E, 60 and AE. RGB value is (62,96,174). Sum of RGB (Red+Green+Blue) = 62+96+174=332 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.67% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #3E60AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E60AE is #C19F51. Grayscale: #5E5E5E. Windows color (decimal): -12689234 or 11427902. OLE color: 11427902.
HSL color Cylindrical-coordinate representation of color #3E60AE: hue angle of 221.79º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E60AE is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 62 | 96 | 174 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.32 |
| HSL | 221.79º | 0.47% | 0.46% | - |
| HSV(B) | 221.79º | 0.64% | 0.68% | - |
| XYZ | 13.81 | 12.45 | 41.72 | - |
| YUV | 94.73 | 172.74 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 96 | 174 | 0.64 | 0.45 | 0 | 0.32 | 221.79 | 0.47 | 0.46 |
| Hex | 3E | 60 | AE | 40 | 2D | 0 | 20 | DE | 2F | 2E |
| Octal | 76 | 140 | 256 | 100 | 55 | 0 | 40 | 336 | 57 | 56 |
| Binary | 111110 | 1100000 | 10101110 | 1000000 | 101101 | 0 | 100000 | 11011110 | 101111 | 101110 |
Color Harmonies of #3E60AE
Complementary color
Monochromatic Colors of #3E60AE
Black with #3E60AE
Text Example
Text Example
White with #3E60AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E60AE; }
p { color: rgb(62,96,174); }
H1.HeaderClassName
{
color: #3E60AE;
}
.AnyTagClassName
{
color: #3E60AE;
}
</style>
background-color css
<style>
a { background-color: #3E60AE; }
a { background-color: rgb(62,96,174); }
div.DivClassName
{
background-color: #3E60AE;
}
.BgClassName
{
background-color: #3E60AE;
}
</style>
border-color css
<style>
span { border-color: #3E60AE; }
span { border-color: rgb(62,96,174); }
td.TdClassName
{
border-color: #3E60AE;
}
.TagClassName
{
border-color: #3E60AE;
}
</style>