Shades of Mariner #3A5DAD
Tints of Mariner #3A5DAD
RGB
CMYK
RGB Variations
Color information
#3A5DAD (or 0x3A5DAD) is known color: Mariner. HEX triplet: 3A, 5D and AD. RGB value is (58,93,173). Sum of RGB (Red+Green+Blue) = 58+93+173=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A5DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5DAD is #C5A252. Grayscale: #5B5B5B. Windows color (decimal): -12952147 or 11361594. OLE color: 11361594.
HSL color Cylindrical-coordinate representation of color #3A5DAD: hue angle of 221.74º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A5DAD is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 93 | 173 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.32 |
| HSL | 221.74º | 0.5% | 0.45% | - |
| HSV(B) | 221.74º | 0.66% | 0.68% | - |
| XYZ | 13.2 | 11.75 | 41.11 | - |
| YUV | 91.66 | 173.9 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 93 | 173 | 0.66 | 0.46 | 0 | 0.32 | 221.74 | 0.5 | 0.45 |
| Hex | 3A | 5D | AD | 42 | 2E | 0 | 20 | DE | 32 | 2D |
| Octal | 72 | 135 | 255 | 102 | 56 | 0 | 40 | 336 | 62 | 55 |
| Binary | 111010 | 1011101 | 10101101 | 1000010 | 101110 | 0 | 100000 | 11011110 | 110010 | 101101 |
Color Harmonies of #3A5DAD
Complementary color
Monochromatic Colors of #3A5DAD
Black with #3A5DAD
Text Example
Text Example
White with #3A5DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5DAD; }
p { color: rgb(58,93,173); }
H1.HeaderClassName
{
color: #3A5DAD;
}
.AnyTagClassName
{
color: #3A5DAD;
}
</style>
background-color css
<style>
a { background-color: #3A5DAD; }
a { background-color: rgb(58,93,173); }
div.DivClassName
{
background-color: #3A5DAD;
}
.BgClassName
{
background-color: #3A5DAD;
}
</style>
border-color css
<style>
span { border-color: #3A5DAD; }
span { border-color: rgb(58,93,173); }
td.TdClassName
{
border-color: #3A5DAD;
}
.TagClassName
{
border-color: #3A5DAD;
}
</style>