Shades of Mariner #3E6BBA
Tints of Mariner #3E6BBA
RGB
CMYK
RGB Variations
Color information
#3E6BBA (or 0x3E6BBA) is known color: Mariner. HEX triplet: 3E, 6B and BA. RGB value is (62,107,186). Sum of RGB (Red+Green+Blue) = 62+107+186=355 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.46% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E6BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E6BBA is #C19445. Grayscale: #666666. Windows color (decimal): -12686406 or 12217150. OLE color: 12217150.
HSL color Cylindrical-coordinate representation of color #3E6BBA: hue angle of 218.23º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E6BBA is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 107 | 186 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.27 |
| HSL | 218.23º | 0.5% | 0.49% | - |
| HSV(B) | 218.23º | 0.67% | 0.73% | - |
| XYZ | 16.11 | 15.08 | 48.52 | - |
| YUV | 102.55 | 175.09 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 107 | 186 | 0.67 | 0.42 | 0 | 0.27 | 218.23 | 0.5 | 0.49 |
| Hex | 3E | 6B | BA | 43 | 2A | 0 | 1B | DA | 32 | 31 |
| Octal | 76 | 153 | 272 | 103 | 52 | 0 | 33 | 332 | 62 | 61 |
| Binary | 111110 | 1101011 | 10111010 | 1000011 | 101010 | 0 | 11011 | 11011010 | 110010 | 110001 |
Color Harmonies of #3E6BBA
Complementary color
Monochromatic Colors of #3E6BBA
Black with #3E6BBA
Text Example
Text Example
White with #3E6BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6BBA; }
p { color: rgb(62,107,186); }
H1.HeaderClassName
{
color: #3E6BBA;
}
.AnyTagClassName
{
color: #3E6BBA;
}
</style>
background-color css
<style>
a { background-color: #3E6BBA; }
a { background-color: rgb(62,107,186); }
div.DivClassName
{
background-color: #3E6BBA;
}
.BgClassName
{
background-color: #3E6BBA;
}
</style>
border-color css
<style>
span { border-color: #3E6BBA; }
span { border-color: rgb(62,107,186); }
td.TdClassName
{
border-color: #3E6BBA;
}
.TagClassName
{
border-color: #3E6BBA;
}
</style>