Shades of Mariner #3A60AA
Tints of Mariner #3A60AA
RGB
CMYK
RGB Variations
Color information
#3A60AA (or 0x3A60AA) is known color: Mariner. HEX triplet: 3A, 60 and AA. RGB value is (58,96,170). Sum of RGB (Red+Green+Blue) = 58+96+170=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A60AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A60AA is #C59F55. Grayscale: #5C5C5C. Windows color (decimal): -12951382 or 11165754. OLE color: 11165754.
HSL color Cylindrical-coordinate representation of color #3A60AA: hue angle of 219.64º 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 #3A60AA is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 96 | 170 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.33 |
| HSL | 219.64º | 0.49% | 0.45% | - |
| HSV(B) | 219.64º | 0.66% | 0.67% | - |
| XYZ | 13.18 | 12.17 | 39.68 | - |
| YUV | 93.07 | 171.41 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 96 | 170 | 0.66 | 0.44 | 0 | 0.33 | 219.64 | 0.49 | 0.45 |
| Hex | 3A | 60 | AA | 42 | 2C | 0 | 21 | DC | 31 | 2D |
| Octal | 72 | 140 | 252 | 102 | 54 | 0 | 41 | 334 | 61 | 55 |
| Binary | 111010 | 1100000 | 10101010 | 1000010 | 101100 | 0 | 100001 | 11011100 | 110001 | 101101 |
Color Harmonies of #3A60AA
Complementary color
Monochromatic Colors of #3A60AA
Black with #3A60AA
Text Example
Text Example
White with #3A60AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A60AA; }
p { color: rgb(58,96,170); }
H1.HeaderClassName
{
color: #3A60AA;
}
.AnyTagClassName
{
color: #3A60AA;
}
</style>
background-color css
<style>
a { background-color: #3A60AA; }
a { background-color: rgb(58,96,170); }
div.DivClassName
{
background-color: #3A60AA;
}
.BgClassName
{
background-color: #3A60AA;
}
</style>
border-color css
<style>
span { border-color: #3A60AA; }
span { border-color: rgb(58,96,170); }
td.TdClassName
{
border-color: #3A60AA;
}
.TagClassName
{
border-color: #3A60AA;
}
</style>