Shades of Mariner #3E5B9F
Tints of Mariner #3E5B9F
RGB
CMYK
RGB Variations
Color information
#3E5B9F (or 0x3E5B9F) is known color: Mariner. HEX triplet: 3E, 5B and 9F. RGB value is (62,91,159). Sum of RGB (Red+Green+Blue) = 62+91+159=312 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.87% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #3E5B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5B9F is #C1A460. Grayscale: #595959. Windows color (decimal): -12690529 or 10443582. OLE color: 10443582.
HSL color Cylindrical-coordinate representation of color #3E5B9F: hue angle of 222.06º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E5B9F is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 91 | 159 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.38 |
| HSL | 222.06º | 0.44% | 0.43% | - |
| HSV(B) | 222.06º | 0.61% | 0.62% | - |
| XYZ | 11.99 | 11.01 | 34.29 | - |
| YUV | 90.08 | 166.89 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 91 | 159 | 0.61 | 0.43 | 0 | 0.38 | 222.06 | 0.44 | 0.43 |
| Hex | 3E | 5B | 9F | 3D | 2B | 0 | 26 | DE | 2C | 2B |
| Octal | 76 | 133 | 237 | 75 | 53 | 0 | 46 | 336 | 54 | 53 |
| Binary | 111110 | 1011011 | 10011111 | 111101 | 101011 | 0 | 100110 | 11011110 | 101100 | 101011 |
Color Harmonies of #3E5B9F
Complementary color
Monochromatic Colors of #3E5B9F
Black with #3E5B9F
Text Example
Text Example
White with #3E5B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5B9F; }
p { color: rgb(62,91,159); }
H1.HeaderClassName
{
color: #3E5B9F;
}
.AnyTagClassName
{
color: #3E5B9F;
}
</style>
background-color css
<style>
a { background-color: #3E5B9F; }
a { background-color: rgb(62,91,159); }
div.DivClassName
{
background-color: #3E5B9F;
}
.BgClassName
{
background-color: #3E5B9F;
}
</style>
border-color css
<style>
span { border-color: #3E5B9F; }
span { border-color: rgb(62,91,159); }
td.TdClassName
{
border-color: #3E5B9F;
}
.TagClassName
{
border-color: #3E5B9F;
}
</style>