Shades of Mariner #3A60AC
Tints of Mariner #3A60AC
RGB
CMYK
RGB Variations
Color information
#3A60AC (or 0x3A60AC) is known color: Mariner. HEX triplet: 3A, 60 and AC. RGB value is (58,96,172). Sum of RGB (Red+Green+Blue) = 58+96+172=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A60AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A60AC is #C59F53. Grayscale: #5C5C5C. Windows color (decimal): -12951380 or 11296826. OLE color: 11296826.
HSL color Cylindrical-coordinate representation of color #3A60AC: hue angle of 220º degrees, saturation: 0.5, 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 #3A60AC is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 96 | 172 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.33 |
| HSL | 220º | 0.5% | 0.45% | - |
| HSV(B) | 220º | 0.66% | 0.67% | - |
| XYZ | 13.37 | 12.24 | 40.69 | - |
| YUV | 93.3 | 172.41 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 96 | 172 | 0.66 | 0.44 | 0 | 0.33 | 220 | 0.5 | 0.45 |
| Hex | 3A | 60 | AC | 42 | 2C | 0 | 21 | DC | 32 | 2D |
| Octal | 72 | 140 | 254 | 102 | 54 | 0 | 41 | 334 | 62 | 55 |
| Binary | 111010 | 1100000 | 10101100 | 1000010 | 101100 | 0 | 100001 | 11011100 | 110010 | 101101 |
Color Harmonies of #3A60AC
Complementary color
Monochromatic Colors of #3A60AC
Black with #3A60AC
Text Example
Text Example
White with #3A60AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A60AC; }
p { color: rgb(58,96,172); }
H1.HeaderClassName
{
color: #3A60AC;
}
.AnyTagClassName
{
color: #3A60AC;
}
</style>
background-color css
<style>
a { background-color: #3A60AC; }
a { background-color: rgb(58,96,172); }
div.DivClassName
{
background-color: #3A60AC;
}
.BgClassName
{
background-color: #3A60AC;
}
</style>
border-color css
<style>
span { border-color: #3A60AC; }
span { border-color: rgb(58,96,172); }
td.TdClassName
{
border-color: #3A60AC;
}
.TagClassName
{
border-color: #3A60AC;
}
</style>