Shades of Mariner #3E5DAC
Tints of Mariner #3E5DAC
RGB
CMYK
RGB Variations
Color information
#3E5DAC (or 0x3E5DAC) is known color: Mariner. HEX triplet: 3E, 5D and AC. RGB value is (62,93,172). Sum of RGB (Red+Green+Blue) = 62+93+172=327 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.96% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E5DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5DAC is #C1A253. Grayscale: #5C5C5C. Windows color (decimal): -12690004 or 11296062. OLE color: 11296062.
HSL color Cylindrical-coordinate representation of color #3E5DAC: hue angle of 223.09º 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 #3E5DAC is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 93 | 172 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.33 |
| HSL | 223.09º | 0.47% | 0.46% | - |
| HSV(B) | 223.09º | 0.64% | 0.67% | - |
| XYZ | 13.35 | 11.83 | 40.61 | - |
| YUV | 92.74 | 172.73 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 93 | 172 | 0.64 | 0.46 | 0 | 0.33 | 223.09 | 0.47 | 0.46 |
| Hex | 3E | 5D | AC | 40 | 2E | 0 | 21 | DF | 2F | 2E |
| Octal | 76 | 135 | 254 | 100 | 56 | 0 | 41 | 337 | 57 | 56 |
| Binary | 111110 | 1011101 | 10101100 | 1000000 | 101110 | 0 | 100001 | 11011111 | 101111 | 101110 |
Color Harmonies of #3E5DAC
Complementary color
Monochromatic Colors of #3E5DAC
Black with #3E5DAC
Text Example
Text Example
White with #3E5DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5DAC; }
p { color: rgb(62,93,172); }
H1.HeaderClassName
{
color: #3E5DAC;
}
.AnyTagClassName
{
color: #3E5DAC;
}
</style>
background-color css
<style>
a { background-color: #3E5DAC; }
a { background-color: rgb(62,93,172); }
div.DivClassName
{
background-color: #3E5DAC;
}
.BgClassName
{
background-color: #3E5DAC;
}
</style>
border-color css
<style>
span { border-color: #3E5DAC; }
span { border-color: rgb(62,93,172); }
td.TdClassName
{
border-color: #3E5DAC;
}
.TagClassName
{
border-color: #3E5DAC;
}
</style>