Shades of Mariner #3E5A9B
Tints of Mariner #3E5A9B
RGB
CMYK
RGB Variations
Color information
#3E5A9B (or 0x3E5A9B) is known color: Mariner. HEX triplet: 3E, 5A and 9B. RGB value is (62,90,155). Sum of RGB (Red+Green+Blue) = 62+90+155=307 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.20% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E5A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5A9B is #C1A564. Grayscale: #585858. Windows color (decimal): -12690789 or 10181182. OLE color: 10181182.
HSL color Cylindrical-coordinate representation of color #3E5A9B: hue angle of 221.94º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E5A9B is Cyan = 0.6, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 90 | 155 | - |
| CMYK | 0.6 | 0.42 | 0 | 0.39 |
| HSL | 221.94º | 0.43% | 0.43% | - |
| HSV(B) | 221.94º | 0.6% | 0.61% | - |
| XYZ | 11.56 | 10.7 | 32.47 | - |
| YUV | 89.04 | 165.22 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 90 | 155 | 0.6 | 0.42 | 0 | 0.39 | 221.94 | 0.43 | 0.43 |
| Hex | 3E | 5A | 9B | 3C | 2A | 0 | 27 | DE | 2B | 2B |
| Octal | 76 | 132 | 233 | 74 | 52 | 0 | 47 | 336 | 53 | 53 |
| Binary | 111110 | 1011010 | 10011011 | 111100 | 101010 | 0 | 100111 | 11011110 | 101011 | 101011 |
Color Harmonies of #3E5A9B
Complementary color
Monochromatic Colors of #3E5A9B
Black with #3E5A9B
Text Example
Text Example
White with #3E5A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5A9B; }
p { color: rgb(62,90,155); }
H1.HeaderClassName
{
color: #3E5A9B;
}
.AnyTagClassName
{
color: #3E5A9B;
}
</style>
background-color css
<style>
a { background-color: #3E5A9B; }
a { background-color: rgb(62,90,155); }
div.DivClassName
{
background-color: #3E5A9B;
}
.BgClassName
{
background-color: #3E5A9B;
}
</style>
border-color css
<style>
span { border-color: #3E5A9B; }
span { border-color: rgb(62,90,155); }
td.TdClassName
{
border-color: #3E5A9B;
}
.TagClassName
{
border-color: #3E5A9B;
}
</style>