Shades of Mariner #3E6294
Tints of Mariner #3E6294
RGB
CMYK
RGB Variations
Color information
#3E6294 (or 0x3E6294) is known color: Mariner. HEX triplet: 3E, 62 and 94. RGB value is (62,98,148). Sum of RGB (Red+Green+Blue) = 62+98+148=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 148 - color contains mainly: blue. Hex color #3E6294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6294 is #C19D6B. Grayscale: #5C5C5C. Windows color (decimal): -12688748 or 9724478. OLE color: 9724478.
HSL color Cylindrical-coordinate representation of color #3E6294: hue angle of 214.88º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E6294 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 98 | 148 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.42 |
| HSL | 214.88º | 0.41% | 0.41% | - |
| HSV(B) | 214.88º | 0.58% | 0.58% | - |
| XYZ | 11.7 | 11.9 | 29.7 | - |
| YUV | 92.94 | 159.07 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 98 | 148 | 0.58 | 0.34 | 0 | 0.42 | 214.88 | 0.41 | 0.41 |
| Hex | 3E | 62 | 94 | 3A | 22 | 0 | 2A | D7 | 29 | 29 |
| Octal | 76 | 142 | 224 | 72 | 42 | 0 | 52 | 327 | 51 | 51 |
| Binary | 111110 | 1100010 | 10010100 | 111010 | 100010 | 0 | 101010 | 11010111 | 101001 | 101001 |
Color Harmonies of #3E6294
Complementary color
Monochromatic Colors of #3E6294
Black with #3E6294
Text Example
Text Example
White with #3E6294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6294; }
p { color: rgb(62,98,148); }
H1.HeaderClassName
{
color: #3E6294;
}
.AnyTagClassName
{
color: #3E6294;
}
</style>
background-color css
<style>
a { background-color: #3E6294; }
a { background-color: rgb(62,98,148); }
div.DivClassName
{
background-color: #3E6294;
}
.BgClassName
{
background-color: #3E6294;
}
</style>
border-color css
<style>
span { border-color: #3E6294; }
span { border-color: rgb(62,98,148); }
td.TdClassName
{
border-color: #3E6294;
}
.TagClassName
{
border-color: #3E6294;
}
</style>