Shades of Mariner #3D58AB
Tints of Mariner #3D58AB
RGB
CMYK
RGB Variations
Color information
#3D58AB (or 0x3D58AB) is known color: Mariner. HEX triplet: 3D, 58 and AB. RGB value is (61,88,171). Sum of RGB (Red+Green+Blue) = 61+88+171=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #3D58AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D58AB is #C2A754. Grayscale: #595959. Windows color (decimal): -12756821 or 11229245. OLE color: 11229245.
HSL color Cylindrical-coordinate representation of color #3D58AB: hue angle of 225.27º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D58AB is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 88 | 171 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.33 |
| HSL | 225.27º | 0.47% | 0.45% | - |
| HSV(B) | 225.27º | 0.64% | 0.67% | - |
| XYZ | 12.76 | 10.91 | 39.96 | - |
| YUV | 89.39 | 174.05 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 88 | 171 | 0.64 | 0.49 | 0 | 0.33 | 225.27 | 0.47 | 0.45 |
| Hex | 3D | 58 | AB | 40 | 31 | 0 | 21 | E1 | 2F | 2D |
| Octal | 75 | 130 | 253 | 100 | 61 | 0 | 41 | 341 | 57 | 55 |
| Binary | 111101 | 1011000 | 10101011 | 1000000 | 110001 | 0 | 100001 | 11100001 | 101111 | 101101 |
Color Harmonies of #3D58AB
Complementary color
Monochromatic Colors of #3D58AB
Black with #3D58AB
Text Example
Text Example
White with #3D58AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D58AB; }
p { color: rgb(61,88,171); }
H1.HeaderClassName
{
color: #3D58AB;
}
.AnyTagClassName
{
color: #3D58AB;
}
</style>
background-color css
<style>
a { background-color: #3D58AB; }
a { background-color: rgb(61,88,171); }
div.DivClassName
{
background-color: #3D58AB;
}
.BgClassName
{
background-color: #3D58AB;
}
</style>
border-color css
<style>
span { border-color: #3D58AB; }
span { border-color: rgb(61,88,171); }
td.TdClassName
{
border-color: #3D58AB;
}
.TagClassName
{
border-color: #3D58AB;
}
</style>