Shades of Mariner #3A57AB
Tints of Mariner #3A57AB
RGB
CMYK
RGB Variations
Color information
#3A57AB (or 0x3A57AB) is known color: Mariner. HEX triplet: 3A, 57 and AB. RGB value is (58,87,171). Sum of RGB (Red+Green+Blue) = 58+87+171=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A57AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A57AB is #C5A854. Grayscale: #575757. Windows color (decimal): -12953685 or 11228986. OLE color: 11228986.
HSL color Cylindrical-coordinate representation of color #3A57AB: hue angle of 224.6º 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 #3A57AB is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 87 | 171 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.33 |
| HSL | 224.6º | 0.49% | 0.45% | - |
| HSV(B) | 224.6º | 0.66% | 0.67% | - |
| XYZ | 12.5 | 10.66 | 39.93 | - |
| YUV | 87.91 | 174.89 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 87 | 171 | 0.66 | 0.49 | 0 | 0.33 | 224.6 | 0.49 | 0.45 |
| Hex | 3A | 57 | AB | 42 | 31 | 0 | 21 | E1 | 31 | 2D |
| Octal | 72 | 127 | 253 | 102 | 61 | 0 | 41 | 341 | 61 | 55 |
| Binary | 111010 | 1010111 | 10101011 | 1000010 | 110001 | 0 | 100001 | 11100001 | 110001 | 101101 |
Color Harmonies of #3A57AB
Complementary color
Monochromatic Colors of #3A57AB
Black with #3A57AB
Text Example
Text Example
White with #3A57AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A57AB; }
p { color: rgb(58,87,171); }
H1.HeaderClassName
{
color: #3A57AB;
}
.AnyTagClassName
{
color: #3A57AB;
}
</style>
background-color css
<style>
a { background-color: #3A57AB; }
a { background-color: rgb(58,87,171); }
div.DivClassName
{
background-color: #3A57AB;
}
.BgClassName
{
background-color: #3A57AB;
}
</style>
border-color css
<style>
span { border-color: #3A57AB; }
span { border-color: rgb(58,87,171); }
td.TdClassName
{
border-color: #3A57AB;
}
.TagClassName
{
border-color: #3A57AB;
}
</style>