Shades of Mariner #3B58AD
Tints of Mariner #3B58AD
RGB
CMYK
RGB Variations
Color information
#3B58AD (or 0x3B58AD) is known color: Mariner. HEX triplet: 3B, 58 and AD. RGB value is (59,88,173). Sum of RGB (Red+Green+Blue) = 59+88+173=320 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.44% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B58AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B58AD is #C4A752. Grayscale: #585858. Windows color (decimal): -12887891 or 11360315. OLE color: 11360315.
HSL color Cylindrical-coordinate representation of color #3B58AD: hue angle of 224.74º degrees, saturation: 0.49, 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 #3B58AD is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 88 | 173 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.32 |
| HSL | 224.74º | 0.49% | 0.45% | - |
| HSV(B) | 224.74º | 0.66% | 0.68% | - |
| XYZ | 12.84 | 10.93 | 40.97 | - |
| YUV | 89.02 | 175.39 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 88 | 173 | 0.66 | 0.49 | 0 | 0.32 | 224.74 | 0.49 | 0.45 |
| Hex | 3B | 58 | AD | 42 | 31 | 0 | 20 | E1 | 31 | 2D |
| Octal | 73 | 130 | 255 | 102 | 61 | 0 | 40 | 341 | 61 | 55 |
| Binary | 111011 | 1011000 | 10101101 | 1000010 | 110001 | 0 | 100000 | 11100001 | 110001 | 101101 |
Color Harmonies of #3B58AD
Complementary color
Monochromatic Colors of #3B58AD
Black with #3B58AD
Text Example
Text Example
White with #3B58AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B58AD; }
p { color: rgb(59,88,173); }
H1.HeaderClassName
{
color: #3B58AD;
}
.AnyTagClassName
{
color: #3B58AD;
}
</style>
background-color css
<style>
a { background-color: #3B58AD; }
a { background-color: rgb(59,88,173); }
div.DivClassName
{
background-color: #3B58AD;
}
.BgClassName
{
background-color: #3B58AD;
}
</style>
border-color css
<style>
span { border-color: #3B58AD; }
span { border-color: rgb(59,88,173); }
td.TdClassName
{
border-color: #3B58AD;
}
.TagClassName
{
border-color: #3B58AD;
}
</style>