Shades of Mariner #3A5DA9
Tints of Mariner #3A5DA9
RGB
CMYK
RGB Variations
Color information
#3A5DA9 (or 0x3A5DA9) is known color: Mariner. HEX triplet: 3A, 5D and A9. RGB value is (58,93,169). Sum of RGB (Red+Green+Blue) = 58+93+169=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 169 (66.41% from 255 or 52.81% from 320); Max value from RGB is 169 - color contains mainly: blue. Hex color #3A5DA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5DA9 is #C5A256. Grayscale: #5A5A5A. Windows color (decimal): -12952151 or 11099450. OLE color: 11099450.
HSL color Cylindrical-coordinate representation of color #3A5DA9: hue angle of 221.08º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A5DA9 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 58 | 93 | 169 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.34 |
| HSL | 221.08º | 0.49% | 0.45% | - |
| HSV(B) | 221.08º | 0.66% | 0.66% | - |
| XYZ | 12.82 | 11.59 | 39.1 | - |
| YUV | 91.2 | 171.9 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 93 | 169 | 0.66 | 0.45 | 0 | 0.34 | 221.08 | 0.49 | 0.45 |
| Hex | 3A | 5D | A9 | 42 | 2D | 0 | 22 | DD | 31 | 2D |
| Octal | 72 | 135 | 251 | 102 | 55 | 0 | 42 | 335 | 61 | 55 |
| Binary | 111010 | 1011101 | 10101001 | 1000010 | 101101 | 0 | 100010 | 11011101 | 110001 | 101101 |
Color Harmonies of #3A5DA9
Complementary color
Monochromatic Colors of #3A5DA9
Black with #3A5DA9
Text Example
Text Example
White with #3A5DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5DA9; }
p { color: rgb(58,93,169); }
H1.HeaderClassName
{
color: #3A5DA9;
}
.AnyTagClassName
{
color: #3A5DA9;
}
</style>
background-color css
<style>
a { background-color: #3A5DA9; }
a { background-color: rgb(58,93,169); }
div.DivClassName
{
background-color: #3A5DA9;
}
.BgClassName
{
background-color: #3A5DA9;
}
</style>
border-color css
<style>
span { border-color: #3A5DA9; }
span { border-color: rgb(58,93,169); }
td.TdClassName
{
border-color: #3A5DA9;
}
.TagClassName
{
border-color: #3A5DA9;
}
</style>