Shades of Mariner #3E5FAF
Tints of Mariner #3E5FAF
RGB
CMYK
RGB Variations
Color information
#3E5FAF (or 0x3E5FAF) is known color: Mariner. HEX triplet: 3E, 5F and AF. RGB value is (62,95,175). Sum of RGB (Red+Green+Blue) = 62+95+175=332 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.67% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E5FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5FAF is #C1A050. Grayscale: #5D5D5D. Windows color (decimal): -12689489 or 11493182. OLE color: 11493182.
HSL color Cylindrical-coordinate representation of color #3E5FAF: hue angle of 222.48º 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 #3E5FAF is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 95 | 175 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.31 |
| HSL | 222.48º | 0.48% | 0.46% | - |
| HSV(B) | 222.48º | 0.65% | 0.69% | - |
| XYZ | 13.82 | 12.3 | 42.2 | - |
| YUV | 94.25 | 173.57 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 95 | 175 | 0.65 | 0.46 | 0 | 0.31 | 222.48 | 0.48 | 0.46 |
| Hex | 3E | 5F | AF | 41 | 2E | 0 | 1F | DE | 30 | 2E |
| Octal | 76 | 137 | 257 | 101 | 56 | 0 | 37 | 336 | 60 | 56 |
| Binary | 111110 | 1011111 | 10101111 | 1000001 | 101110 | 0 | 11111 | 11011110 | 110000 | 101110 |
Color Harmonies of #3E5FAF
Complementary color
Monochromatic Colors of #3E5FAF
Black with #3E5FAF
Text Example
Text Example
White with #3E5FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5FAF; }
p { color: rgb(62,95,175); }
H1.HeaderClassName
{
color: #3E5FAF;
}
.AnyTagClassName
{
color: #3E5FAF;
}
</style>
background-color css
<style>
a { background-color: #3E5FAF; }
a { background-color: rgb(62,95,175); }
div.DivClassName
{
background-color: #3E5FAF;
}
.BgClassName
{
background-color: #3E5FAF;
}
</style>
border-color css
<style>
span { border-color: #3E5FAF; }
span { border-color: rgb(62,95,175); }
td.TdClassName
{
border-color: #3E5FAF;
}
.TagClassName
{
border-color: #3E5FAF;
}
</style>