Shades of Mariner #3E63AF
Tints of Mariner #3E63AF
RGB
CMYK
RGB Variations
Color information
#3E63AF (or 0x3E63AF) is known color: Mariner. HEX triplet: 3E, 63 and AF. RGB value is (62,99,175). Sum of RGB (Red+Green+Blue) = 62+99+175=336 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.45% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E63AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E63AF is #C19C50. Grayscale: #606060. Windows color (decimal): -12688465 or 11494206. OLE color: 11494206.
HSL color Cylindrical-coordinate representation of color #3E63AF: hue angle of 220.35º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E63AF is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 99 | 175 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.31 |
| HSL | 220.35º | 0.48% | 0.46% | - |
| HSV(B) | 220.35º | 0.65% | 0.69% | - |
| XYZ | 14.19 | 13.04 | 42.33 | - |
| YUV | 96.6 | 172.24 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 99 | 175 | 0.65 | 0.43 | 0 | 0.31 | 220.35 | 0.48 | 0.46 |
| Hex | 3E | 63 | AF | 41 | 2B | 0 | 1F | DC | 30 | 2E |
| Octal | 76 | 143 | 257 | 101 | 53 | 0 | 37 | 334 | 60 | 56 |
| Binary | 111110 | 1100011 | 10101111 | 1000001 | 101011 | 0 | 11111 | 11011100 | 110000 | 101110 |
Color Harmonies of #3E63AF
Complementary color
Monochromatic Colors of #3E63AF
Black with #3E63AF
Text Example
Text Example
White with #3E63AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E63AF; }
p { color: rgb(62,99,175); }
H1.HeaderClassName
{
color: #3E63AF;
}
.AnyTagClassName
{
color: #3E63AF;
}
</style>
background-color css
<style>
a { background-color: #3E63AF; }
a { background-color: rgb(62,99,175); }
div.DivClassName
{
background-color: #3E63AF;
}
.BgClassName
{
background-color: #3E63AF;
}
</style>
border-color css
<style>
span { border-color: #3E63AF; }
span { border-color: rgb(62,99,175); }
td.TdClassName
{
border-color: #3E63AF;
}
.TagClassName
{
border-color: #3E63AF;
}
</style>