Shades of Mariner #3A6191
Tints of Mariner #3A6191
RGB
CMYK
RGB Variations
Color information
#3A6191 (or 0x3A6191) is known color: Mariner. HEX triplet: 3A, 61 and 91. RGB value is (58,97,145). Sum of RGB (Red+Green+Blue) = 58+97+145=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #3A6191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6191 is #C59E6E. Grayscale: #5A5A5A. Windows color (decimal): -12951151 or 9527610. OLE color: 9527610.
HSL color Cylindrical-coordinate representation of color #3A6191: hue angle of 213.1º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A6191 is Cyan = 0.6, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 97 | 145 | - |
| CMYK | 0.6 | 0.33 | 0 | 0.43 |
| HSL | 213.1º | 0.43% | 0.4% | - |
| HSV(B) | 213.1º | 0.6% | 0.57% | - |
| XYZ | 11.13 | 11.49 | 28.42 | - |
| YUV | 90.81 | 158.58 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 97 | 145 | 0.6 | 0.33 | 0 | 0.43 | 213.1 | 0.43 | 0.4 |
| Hex | 3A | 61 | 91 | 3C | 21 | 0 | 2B | D5 | 2B | 28 |
| Octal | 72 | 141 | 221 | 74 | 41 | 0 | 53 | 325 | 53 | 50 |
| Binary | 111010 | 1100001 | 10010001 | 111100 | 100001 | 0 | 101011 | 11010101 | 101011 | 101000 |
Color Harmonies of #3A6191
Complementary color
Monochromatic Colors of #3A6191
Black with #3A6191
Text Example
Text Example
White with #3A6191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6191; }
p { color: rgb(58,97,145); }
H1.HeaderClassName
{
color: #3A6191;
}
.AnyTagClassName
{
color: #3A6191;
}
</style>
background-color css
<style>
a { background-color: #3A6191; }
a { background-color: rgb(58,97,145); }
div.DivClassName
{
background-color: #3A6191;
}
.BgClassName
{
background-color: #3A6191;
}
</style>
border-color css
<style>
span { border-color: #3A6191; }
span { border-color: rgb(58,97,145); }
td.TdClassName
{
border-color: #3A6191;
}
.TagClassName
{
border-color: #3A6191;
}
</style>