Shades of Mariner #3A5E99
Tints of Mariner #3A5E99
RGB
CMYK
RGB Variations
Color information
#3A5E99 (or 0x3A5E99) is known color: Mariner. HEX triplet: 3A, 5E and 99. RGB value is (58,94,153). Sum of RGB (Red+Green+Blue) = 58+94+153=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #3A5E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5E99 is #C5A166. Grayscale: #595959. Windows color (decimal): -12951911 or 10051130. OLE color: 10051130.
HSL color Cylindrical-coordinate representation of color #3A5E99: hue angle of 217.26º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A5E99 is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 58 | 94 | 153 | - |
| CMYK | 0.62 | 0.39 | 0 | 0.4 |
| HSL | 217.26º | 0.45% | 0.41% | - |
| HSV(B) | 217.26º | 0.62% | 0.6% | - |
| XYZ | 11.5 | 11.2 | 31.69 | - |
| YUV | 89.96 | 163.57 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 94 | 153 | 0.62 | 0.39 | 0 | 0.4 | 217.26 | 0.45 | 0.41 |
| Hex | 3A | 5E | 99 | 3E | 27 | 0 | 28 | D9 | 2D | 29 |
| Octal | 72 | 136 | 231 | 76 | 47 | 0 | 50 | 331 | 55 | 51 |
| Binary | 111010 | 1011110 | 10011001 | 111110 | 100111 | 0 | 101000 | 11011001 | 101101 | 101001 |
Color Harmonies of #3A5E99
Complementary color
Monochromatic Colors of #3A5E99
Black with #3A5E99
Text Example
Text Example
White with #3A5E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5E99; }
p { color: rgb(58,94,153); }
H1.HeaderClassName
{
color: #3A5E99;
}
.AnyTagClassName
{
color: #3A5E99;
}
</style>
background-color css
<style>
a { background-color: #3A5E99; }
a { background-color: rgb(58,94,153); }
div.DivClassName
{
background-color: #3A5E99;
}
.BgClassName
{
background-color: #3A5E99;
}
</style>
border-color css
<style>
span { border-color: #3A5E99; }
span { border-color: rgb(58,94,153); }
td.TdClassName
{
border-color: #3A5E99;
}
.TagClassName
{
border-color: #3A5E99;
}
</style>