Shades of Mariner #3A6090
Tints of Mariner #3A6090
RGB
CMYK
RGB Variations
Color information
#3A6090 (or 0x3A6090) is known color: Mariner. HEX triplet: 3A, 60 and 90. RGB value is (58,96,144). Sum of RGB (Red+Green+Blue) = 58+96+144=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A6090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6090 is #C59F6F. Grayscale: #595959. Windows color (decimal): -12951408 or 9461818. OLE color: 9461818.
HSL color Cylindrical-coordinate representation of color #3A6090: hue angle of 213.49º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A6090 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 96 | 144 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.44 |
| HSL | 213.49º | 0.43% | 0.4% | - |
| HSV(B) | 213.49º | 0.6% | 0.56% | - |
| XYZ | 10.96 | 11.28 | 27.98 | - |
| YUV | 90.11 | 158.41 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 96 | 144 | 0.60 | 0.33 | 0 | 0.44 | 213.49 | 0.43 | 0.4 |
| Hex | 3A | 60 | 90 | 3C | 21 | 0 | 2C | D5 | 2B | 28 |
| Octal | 72 | 140 | 220 | 74 | 41 | 0 | 54 | 325 | 53 | 50 |
| Binary | 111010 | 1100000 | 10010000 | 111100 | 100001 | 0 | 101100 | 11010101 | 101011 | 101000 |
Color Harmonies of #3A6090
Complementary color
Monochromatic Colors of #3A6090
Black with #3A6090
Text Example
Text Example
White with #3A6090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6090; }
p { color: rgb(58,96,144); }
H1.HeaderClassName
{
color: #3A6090;
}
.AnyTagClassName
{
color: #3A6090;
}
</style>
background-color css
<style>
a { background-color: #3A6090; }
a { background-color: rgb(58,96,144); }
div.DivClassName
{
background-color: #3A6090;
}
.BgClassName
{
background-color: #3A6090;
}
</style>
border-color css
<style>
span { border-color: #3A6090; }
span { border-color: rgb(58,96,144); }
td.TdClassName
{
border-color: #3A6090;
}
.TagClassName
{
border-color: #3A6090;
}
</style>