Shades of Mariner #3E669A
Tints of Mariner #3E669A
RGB
CMYK
RGB Variations
Color information
#3E669A (or 0x3E669A) is known color: Mariner. HEX triplet: 3E, 66 and 9A. RGB value is (62,102,154). Sum of RGB (Red+Green+Blue) = 62+102+154=318 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.50% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 154 - color contains mainly: blue. Hex color #3E669A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E669A is #C19965. Grayscale: #5F5F5F. Windows color (decimal): -12687718 or 10118718. OLE color: 10118718.
HSL color Cylindrical-coordinate representation of color #3E669A: hue angle of 213.91º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E669A is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 62 | 102 | 154 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.40 |
| HSL | 213.91º | 0.43% | 0.42% | - |
| HSV(B) | 213.91º | 0.6% | 0.6% | - |
| XYZ | 12.57 | 12.86 | 32.39 | - |
| YUV | 95.97 | 160.75 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 102 | 154 | 0.60 | 0.34 | 0 | 0.40 | 213.91 | 0.43 | 0.42 |
| Hex | 3E | 66 | 9A | 3C | 22 | 0 | 28 | D6 | 2B | 2A |
| Octal | 76 | 146 | 232 | 74 | 42 | 0 | 50 | 326 | 53 | 52 |
| Binary | 111110 | 1100110 | 10011010 | 111100 | 100010 | 0 | 101000 | 11010110 | 101011 | 101010 |
Color Harmonies of #3E669A
Complementary color
Monochromatic Colors of #3E669A
Black with #3E669A
Text Example
Text Example
White with #3E669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E669A; }
p { color: rgb(62,102,154); }
H1.HeaderClassName
{
color: #3E669A;
}
.AnyTagClassName
{
color: #3E669A;
}
</style>
background-color css
<style>
a { background-color: #3E669A; }
a { background-color: rgb(62,102,154); }
div.DivClassName
{
background-color: #3E669A;
}
.BgClassName
{
background-color: #3E669A;
}
</style>
border-color css
<style>
span { border-color: #3E669A; }
span { border-color: rgb(62,102,154); }
td.TdClassName
{
border-color: #3E669A;
}
.TagClassName
{
border-color: #3E669A;
}
</style>