Shades of Mariner #3E6DB5
Tints of Mariner #3E6DB5
RGB
CMYK
RGB Variations
Color information
#3E6DB5 (or 0x3E6DB5) is known color: Mariner. HEX triplet: 3E, 6D and B5. RGB value is (62,109,181). Sum of RGB (Red+Green+Blue) = 62+109+181=352 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.61% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 181 (71.09% from 255 or 51.42% from 352); Max value from RGB is 181 - color contains mainly: blue. Hex color #3E6DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E6DB5 is #C1924A. Grayscale: #666666. Windows color (decimal): -12685899 or 11889982. OLE color: 11889982.
HSL color Cylindrical-coordinate representation of color #3E6DB5: hue angle of 216.3º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E6DB5 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 62 | 109 | 181 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.29 |
| HSL | 216.3º | 0.49% | 0.48% | - |
| HSV(B) | 216.3º | 0.66% | 0.71% | - |
| XYZ | 15.8 | 15.3 | 45.84 | - |
| YUV | 103.16 | 171.93 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 109 | 181 | 0.66 | 0.40 | 0 | 0.29 | 216.3 | 0.49 | 0.48 |
| Hex | 3E | 6D | B5 | 42 | 28 | 0 | 1D | D8 | 31 | 30 |
| Octal | 76 | 155 | 265 | 102 | 50 | 0 | 35 | 330 | 61 | 60 |
| Binary | 111110 | 1101101 | 10110101 | 1000010 | 101000 | 0 | 11101 | 11011000 | 110001 | 110000 |
Color Harmonies of #3E6DB5
Complementary color
Monochromatic Colors of #3E6DB5
Black with #3E6DB5
Text Example
Text Example
White with #3E6DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6DB5; }
p { color: rgb(62,109,181); }
H1.HeaderClassName
{
color: #3E6DB5;
}
.AnyTagClassName
{
color: #3E6DB5;
}
</style>
background-color css
<style>
a { background-color: #3E6DB5; }
a { background-color: rgb(62,109,181); }
div.DivClassName
{
background-color: #3E6DB5;
}
.BgClassName
{
background-color: #3E6DB5;
}
</style>
border-color css
<style>
span { border-color: #3E6DB5; }
span { border-color: rgb(62,109,181); }
td.TdClassName
{
border-color: #3E6DB5;
}
.TagClassName
{
border-color: #3E6DB5;
}
</style>