Shades of Mariner #3A60AF
Tints of Mariner #3A60AF
RGB
CMYK
RGB Variations
Color information
#3A60AF (or 0x3A60AF) is known color: Mariner. HEX triplet: 3A, 60 and AF. RGB value is (58,96,175). Sum of RGB (Red+Green+Blue) = 58+96+175=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #3A60AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A60AF is #C59F50. Grayscale: #5D5D5D. Windows color (decimal): -12951377 or 11493434. OLE color: 11493434.
HSL color Cylindrical-coordinate representation of color #3A60AF: hue angle of 220.51º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A60AF is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 96 | 175 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.31 |
| HSL | 220.51º | 0.5% | 0.46% | - |
| HSV(B) | 220.51º | 0.67% | 0.69% | - |
| XYZ | 13.67 | 12.36 | 42.22 | - |
| YUV | 93.64 | 173.91 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 96 | 175 | 0.67 | 0.45 | 0 | 0.31 | 220.51 | 0.5 | 0.46 |
| Hex | 3A | 60 | AF | 43 | 2D | 0 | 1F | DD | 32 | 2E |
| Octal | 72 | 140 | 257 | 103 | 55 | 0 | 37 | 335 | 62 | 56 |
| Binary | 111010 | 1100000 | 10101111 | 1000011 | 101101 | 0 | 11111 | 11011101 | 110010 | 101110 |
Color Harmonies of #3A60AF
Complementary color
Monochromatic Colors of #3A60AF
Black with #3A60AF
Text Example
Text Example
White with #3A60AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A60AF; }
p { color: rgb(58,96,175); }
H1.HeaderClassName
{
color: #3A60AF;
}
.AnyTagClassName
{
color: #3A60AF;
}
</style>
background-color css
<style>
a { background-color: #3A60AF; }
a { background-color: rgb(58,96,175); }
div.DivClassName
{
background-color: #3A60AF;
}
.BgClassName
{
background-color: #3A60AF;
}
</style>
border-color css
<style>
span { border-color: #3A60AF; }
span { border-color: rgb(58,96,175); }
td.TdClassName
{
border-color: #3A60AF;
}
.TagClassName
{
border-color: #3A60AF;
}
</style>