Shades of Mariner #3E6299
Tints of Mariner #3E6299
RGB
CMYK
RGB Variations
Color information
#3E6299 (or 0x3E6299) is known color: Mariner. HEX triplet: 3E, 62 and 99. RGB value is (62,98,153). Sum of RGB (Red+Green+Blue) = 62+98+153=313 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.81% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #3E6299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6299 is #C19D66. Grayscale: #5D5D5D. Windows color (decimal): -12688743 or 10052158. OLE color: 10052158.
HSL color Cylindrical-coordinate representation of color #3E6299: hue angle of 216.26º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E6299 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 62 | 98 | 153 | - |
| CMYK | 0.59 | 0.36 | 0 | 0.4 |
| HSL | 216.26º | 0.42% | 0.42% | - |
| HSV(B) | 216.26º | 0.59% | 0.6% | - |
| XYZ | 12.1 | 12.06 | 31.83 | - |
| YUV | 93.51 | 161.57 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 98 | 153 | 0.59 | 0.36 | 0 | 0.4 | 216.26 | 0.42 | 0.42 |
| Hex | 3E | 62 | 99 | 3B | 24 | 0 | 28 | D8 | 2A | 2A |
| Octal | 76 | 142 | 231 | 73 | 44 | 0 | 50 | 330 | 52 | 52 |
| Binary | 111110 | 1100010 | 10011001 | 111011 | 100100 | 0 | 101000 | 11011000 | 101010 | 101010 |
Color Harmonies of #3E6299
Complementary color
Monochromatic Colors of #3E6299
Black with #3E6299
Text Example
Text Example
White with #3E6299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6299; }
p { color: rgb(62,98,153); }
H1.HeaderClassName
{
color: #3E6299;
}
.AnyTagClassName
{
color: #3E6299;
}
</style>
background-color css
<style>
a { background-color: #3E6299; }
a { background-color: rgb(62,98,153); }
div.DivClassName
{
background-color: #3E6299;
}
.BgClassName
{
background-color: #3E6299;
}
</style>
border-color css
<style>
span { border-color: #3E6299; }
span { border-color: rgb(62,98,153); }
td.TdClassName
{
border-color: #3E6299;
}
.TagClassName
{
border-color: #3E6299;
}
</style>