Shades of Mariner #3A5DAE
Tints of Mariner #3A5DAE
RGB
CMYK
RGB Variations
Color information
#3A5DAE (or 0x3A5DAE) is known color: Mariner. HEX triplet: 3A, 5D and AE. RGB value is (58,93,174). Sum of RGB (Red+Green+Blue) = 58+93+174=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A5DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5DAE is #C5A251. Grayscale: #5B5B5B. Windows color (decimal): -12952146 or 11427130. OLE color: 11427130.
HSL color Cylindrical-coordinate representation of color #3A5DAE: hue angle of 221.9º 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 #3A5DAE is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 93 | 174 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.32 |
| HSL | 221.9º | 0.5% | 0.45% | - |
| HSV(B) | 221.9º | 0.67% | 0.68% | - |
| XYZ | 13.3 | 11.78 | 41.62 | - |
| YUV | 91.77 | 174.4 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 93 | 174 | 0.67 | 0.47 | 0 | 0.32 | 221.9 | 0.5 | 0.45 |
| Hex | 3A | 5D | AE | 43 | 2F | 0 | 20 | DE | 32 | 2D |
| Octal | 72 | 135 | 256 | 103 | 57 | 0 | 40 | 336 | 62 | 55 |
| Binary | 111010 | 1011101 | 10101110 | 1000011 | 101111 | 0 | 100000 | 11011110 | 110010 | 101101 |
Color Harmonies of #3A5DAE
Complementary color
Monochromatic Colors of #3A5DAE
Black with #3A5DAE
Text Example
Text Example
White with #3A5DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5DAE; }
p { color: rgb(58,93,174); }
H1.HeaderClassName
{
color: #3A5DAE;
}
.AnyTagClassName
{
color: #3A5DAE;
}
</style>
background-color css
<style>
a { background-color: #3A5DAE; }
a { background-color: rgb(58,93,174); }
div.DivClassName
{
background-color: #3A5DAE;
}
.BgClassName
{
background-color: #3A5DAE;
}
</style>
border-color css
<style>
span { border-color: #3A5DAE; }
span { border-color: rgb(58,93,174); }
td.TdClassName
{
border-color: #3A5DAE;
}
.TagClassName
{
border-color: #3A5DAE;
}
</style>