Shades of Mariner #3A5E98
Tints of Mariner #3A5E98
RGB
CMYK
RGB Variations
Color information
#3A5E98 (or 0x3A5E98) is known color: Mariner. HEX triplet: 3A, 5E and 98. RGB value is (58,94,152). Sum of RGB (Red+Green+Blue) = 58+94+152=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #3A5E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5E98 is #C5A167. Grayscale: #595959. Windows color (decimal): -12951912 or 9985594. OLE color: 9985594.
HSL color Cylindrical-coordinate representation of color #3A5E98: hue angle of 217.02º 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 #3A5E98 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 94 | 152 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.40 |
| HSL | 217.02º | 0.45% | 0.41% | - |
| HSV(B) | 217.02º | 0.62% | 0.6% | - |
| XYZ | 11.42 | 11.17 | 31.26 | - |
| YUV | 89.85 | 163.07 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 94 | 152 | 0.62 | 0.38 | 0 | 0.40 | 217.02 | 0.45 | 0.41 |
| Hex | 3A | 5E | 98 | 3E | 26 | 0 | 28 | D9 | 2D | 29 |
| Octal | 72 | 136 | 230 | 76 | 46 | 0 | 50 | 331 | 55 | 51 |
| Binary | 111010 | 1011110 | 10011000 | 111110 | 100110 | 0 | 101000 | 11011001 | 101101 | 101001 |
Color Harmonies of #3A5E98
Complementary color
Monochromatic Colors of #3A5E98
Black with #3A5E98
Text Example
Text Example
White with #3A5E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5E98; }
p { color: rgb(58,94,152); }
H1.HeaderClassName
{
color: #3A5E98;
}
.AnyTagClassName
{
color: #3A5E98;
}
</style>
background-color css
<style>
a { background-color: #3A5E98; }
a { background-color: rgb(58,94,152); }
div.DivClassName
{
background-color: #3A5E98;
}
.BgClassName
{
background-color: #3A5E98;
}
</style>
border-color css
<style>
span { border-color: #3A5E98; }
span { border-color: rgb(58,94,152); }
td.TdClassName
{
border-color: #3A5E98;
}
.TagClassName
{
border-color: #3A5E98;
}
</style>