Shades of Mariner #3A589D
Tints of Mariner #3A589D
RGB
CMYK
RGB Variations
Color information
#3A589D (or 0x3A589D) is known color: Mariner. HEX triplet: 3A, 58 and 9D. RGB value is (58,88,157). Sum of RGB (Red+Green+Blue) = 58+88+157=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A589D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A589D is #C5A762. Grayscale: #565656. Windows color (decimal): -12953443 or 10311738. OLE color: 10311738.
HSL color Cylindrical-coordinate representation of color #3A589D: hue angle of 221.82º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A589D is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 88 | 157 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.38 |
| HSL | 221.82º | 0.46% | 0.42% | - |
| HSV(B) | 221.82º | 0.63% | 0.62% | - |
| XYZ | 11.32 | 10.31 | 33.29 | - |
| YUV | 86.9 | 167.56 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 88 | 157 | 0.63 | 0.44 | 0 | 0.38 | 221.82 | 0.46 | 0.42 |
| Hex | 3A | 58 | 9D | 3F | 2C | 0 | 26 | DE | 2E | 2A |
| Octal | 72 | 130 | 235 | 77 | 54 | 0 | 46 | 336 | 56 | 52 |
| Binary | 111010 | 1011000 | 10011101 | 111111 | 101100 | 0 | 100110 | 11011110 | 101110 | 101010 |
Color Harmonies of #3A589D
Complementary color
Monochromatic Colors of #3A589D
Black with #3A589D
Text Example
Text Example
White with #3A589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A589D; }
p { color: rgb(58,88,157); }
H1.HeaderClassName
{
color: #3A589D;
}
.AnyTagClassName
{
color: #3A589D;
}
</style>
background-color css
<style>
a { background-color: #3A589D; }
a { background-color: rgb(58,88,157); }
div.DivClassName
{
background-color: #3A589D;
}
.BgClassName
{
background-color: #3A589D;
}
</style>
border-color css
<style>
span { border-color: #3A589D; }
span { border-color: rgb(58,88,157); }
td.TdClassName
{
border-color: #3A589D;
}
.TagClassName
{
border-color: #3A589D;
}
</style>