Shades of Mariner #3A60AB
Tints of Mariner #3A60AB
RGB
CMYK
RGB Variations
Color information
#3A60AB (or 0x3A60AB) is known color: Mariner. HEX triplet: 3A, 60 and AB. RGB value is (58,96,171). Sum of RGB (Red+Green+Blue) = 58+96+171=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A60AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A60AB is #C59F54. Grayscale: #5C5C5C. Windows color (decimal): -12951381 or 11231290. OLE color: 11231290.
HSL color Cylindrical-coordinate representation of color #3A60AB: hue angle of 219.82º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A60AB is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 96 | 171 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.33 |
| HSL | 219.82º | 0.49% | 0.45% | - |
| HSV(B) | 219.82º | 0.66% | 0.67% | - |
| XYZ | 13.28 | 12.21 | 40.18 | - |
| YUV | 93.19 | 171.91 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 96 | 171 | 0.66 | 0.44 | 0 | 0.33 | 219.82 | 0.49 | 0.45 |
| Hex | 3A | 60 | AB | 42 | 2C | 0 | 21 | DC | 31 | 2D |
| Octal | 72 | 140 | 253 | 102 | 54 | 0 | 41 | 334 | 61 | 55 |
| Binary | 111010 | 1100000 | 10101011 | 1000010 | 101100 | 0 | 100001 | 11011100 | 110001 | 101101 |
Color Harmonies of #3A60AB
Complementary color
Monochromatic Colors of #3A60AB
Black with #3A60AB
Text Example
Text Example
White with #3A60AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A60AB; }
p { color: rgb(58,96,171); }
H1.HeaderClassName
{
color: #3A60AB;
}
.AnyTagClassName
{
color: #3A60AB;
}
</style>
background-color css
<style>
a { background-color: #3A60AB; }
a { background-color: rgb(58,96,171); }
div.DivClassName
{
background-color: #3A60AB;
}
.BgClassName
{
background-color: #3A60AB;
}
</style>
border-color css
<style>
span { border-color: #3A60AB; }
span { border-color: rgb(58,96,171); }
td.TdClassName
{
border-color: #3A60AB;
}
.TagClassName
{
border-color: #3A60AB;
}
</style>