Shades of Mariner #3A5AAE
Tints of Mariner #3A5AAE
RGB
CMYK
RGB Variations
Color information
#3A5AAE (or 0x3A5AAE) is known color: Mariner. HEX triplet: 3A, 5A and AE. RGB value is (58,90,174). Sum of RGB (Red+Green+Blue) = 58+90+174=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A5AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5AAE is #C5A551. Grayscale: #595959. Windows color (decimal): -12952914 or 11426362. OLE color: 11426362.
HSL color Cylindrical-coordinate representation of color #3A5AAE: hue angle of 223.45º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A5AAE is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 90 | 174 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.32 |
| HSL | 223.45º | 0.5% | 0.45% | - |
| HSV(B) | 223.45º | 0.67% | 0.68% | - |
| XYZ | 13.04 | 11.27 | 41.53 | - |
| YUV | 90.01 | 175.4 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 90 | 174 | 0.67 | 0.48 | 0 | 0.32 | 223.45 | 0.5 | 0.45 |
| Hex | 3A | 5A | AE | 43 | 30 | 0 | 20 | DF | 32 | 2D |
| Octal | 72 | 132 | 256 | 103 | 60 | 0 | 40 | 337 | 62 | 55 |
| Binary | 111010 | 1011010 | 10101110 | 1000011 | 110000 | 0 | 100000 | 11011111 | 110010 | 101101 |
Color Harmonies of #3A5AAE
Complementary color
Monochromatic Colors of #3A5AAE
Black with #3A5AAE
Text Example
Text Example
White with #3A5AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5AAE; }
p { color: rgb(58,90,174); }
H1.HeaderClassName
{
color: #3A5AAE;
}
.AnyTagClassName
{
color: #3A5AAE;
}
</style>
background-color css
<style>
a { background-color: #3A5AAE; }
a { background-color: rgb(58,90,174); }
div.DivClassName
{
background-color: #3A5AAE;
}
.BgClassName
{
background-color: #3A5AAE;
}
</style>
border-color css
<style>
span { border-color: #3A5AAE; }
span { border-color: rgb(58,90,174); }
td.TdClassName
{
border-color: #3A5AAE;
}
.TagClassName
{
border-color: #3A5AAE;
}
</style>