Shades of Mariner #3A5EAC
Tints of Mariner #3A5EAC
RGB
CMYK
RGB Variations
Color information
#3A5EAC (or 0x3A5EAC) is known color: Mariner. HEX triplet: 3A, 5E and AC. RGB value is (58,94,172). Sum of RGB (Red+Green+Blue) = 58+94+172=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A5EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5EAC is #C5A153. Grayscale: #5B5B5B. Windows color (decimal): -12951892 or 11296314. OLE color: 11296314.
HSL color Cylindrical-coordinate representation of color #3A5EAC: hue angle of 221.05º 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 #3A5EAC is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 94 | 172 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.33 |
| HSL | 221.05º | 0.5% | 0.45% | - |
| HSV(B) | 221.05º | 0.66% | 0.67% | - |
| XYZ | 13.19 | 11.88 | 40.63 | - |
| YUV | 92.13 | 173.07 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 94 | 172 | 0.66 | 0.45 | 0 | 0.33 | 221.05 | 0.5 | 0.45 |
| Hex | 3A | 5E | AC | 42 | 2D | 0 | 21 | DD | 32 | 2D |
| Octal | 72 | 136 | 254 | 102 | 55 | 0 | 41 | 335 | 62 | 55 |
| Binary | 111010 | 1011110 | 10101100 | 1000010 | 101101 | 0 | 100001 | 11011101 | 110010 | 101101 |
Color Harmonies of #3A5EAC
Complementary color
Monochromatic Colors of #3A5EAC
Black with #3A5EAC
Text Example
Text Example
White with #3A5EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5EAC; }
p { color: rgb(58,94,172); }
H1.HeaderClassName
{
color: #3A5EAC;
}
.AnyTagClassName
{
color: #3A5EAC;
}
</style>
background-color css
<style>
a { background-color: #3A5EAC; }
a { background-color: rgb(58,94,172); }
div.DivClassName
{
background-color: #3A5EAC;
}
.BgClassName
{
background-color: #3A5EAC;
}
</style>
border-color css
<style>
span { border-color: #3A5EAC; }
span { border-color: rgb(58,94,172); }
td.TdClassName
{
border-color: #3A5EAC;
}
.TagClassName
{
border-color: #3A5EAC;
}
</style>