Shades of Mariner #3E63AD
Tints of Mariner #3E63AD
RGB
CMYK
RGB Variations
Color information
#3E63AD (or 0x3E63AD) is known color: Mariner. HEX triplet: 3E, 63 and AD. RGB value is (62,99,173). Sum of RGB (Red+Green+Blue) = 62+99+173=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #3E63AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E63AD is #C19C52. Grayscale: #606060. Windows color (decimal): -12688467 or 11363134. OLE color: 11363134.
HSL color Cylindrical-coordinate representation of color #3E63AD: hue angle of 220º 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 #3E63AD is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 62 | 99 | 173 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.32 |
| HSL | 220º | 0.47% | 0.46% | - |
| HSV(B) | 220º | 0.64% | 0.68% | - |
| XYZ | 13.99 | 12.96 | 41.3 | - |
| YUV | 96.37 | 171.24 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 99 | 173 | 0.64 | 0.43 | 0 | 0.32 | 220 | 0.47 | 0.46 |
| Hex | 3E | 63 | AD | 40 | 2B | 0 | 20 | DC | 2F | 2E |
| Octal | 76 | 143 | 255 | 100 | 53 | 0 | 40 | 334 | 57 | 56 |
| Binary | 111110 | 1100011 | 10101101 | 1000000 | 101011 | 0 | 100000 | 11011100 | 101111 | 101110 |
Color Harmonies of #3E63AD
Complementary color
Monochromatic Colors of #3E63AD
Black with #3E63AD
Text Example
Text Example
White with #3E63AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E63AD; }
p { color: rgb(62,99,173); }
H1.HeaderClassName
{
color: #3E63AD;
}
.AnyTagClassName
{
color: #3E63AD;
}
</style>
background-color css
<style>
a { background-color: #3E63AD; }
a { background-color: rgb(62,99,173); }
div.DivClassName
{
background-color: #3E63AD;
}
.BgClassName
{
background-color: #3E63AD;
}
</style>
border-color css
<style>
span { border-color: #3E63AD; }
span { border-color: rgb(62,99,173); }
td.TdClassName
{
border-color: #3E63AD;
}
.TagClassName
{
border-color: #3E63AD;
}
</style>