Shades of Mariner #3959AB
Tints of Mariner #3959AB
RGB
CMYK
RGB Variations
Color information
#3959AB (or 0x3959AB) is known color: Mariner. HEX triplet: 39, 59 and AB. RGB value is (57,89,171). Sum of RGB (Red+Green+Blue) = 57+89+171=317 (41% of max value = 765). Red value is 57 (22.66% from 255 or 17.98% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #3959AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3959AB is #C6A654. Grayscale: #585858. Windows color (decimal): -13018709 or 11229497. OLE color: 11229497.
HSL color Cylindrical-coordinate representation of color #3959AB: hue angle of 223.16º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3959AB is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 89 | 171 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.33 |
| HSL | 223.16º | 0.5% | 0.45% | - |
| HSV(B) | 223.16º | 0.67% | 0.67% | - |
| XYZ | 12.61 | 10.95 | 39.98 | - |
| YUV | 88.78 | 174.4 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 89 | 171 | 0.67 | 0.48 | 0 | 0.33 | 223.16 | 0.5 | 0.45 |
| Hex | 39 | 59 | AB | 43 | 30 | 0 | 21 | DF | 32 | 2D |
| Octal | 71 | 131 | 253 | 103 | 60 | 0 | 41 | 337 | 62 | 55 |
| Binary | 111001 | 1011001 | 10101011 | 1000011 | 110000 | 0 | 100001 | 11011111 | 110010 | 101101 |
Color Harmonies of #3959AB
Complementary color
Monochromatic Colors of #3959AB
Black with #3959AB
Text Example
Text Example
White with #3959AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3959AB; }
p { color: rgb(57,89,171); }
H1.HeaderClassName
{
color: #3959AB;
}
.AnyTagClassName
{
color: #3959AB;
}
</style>
background-color css
<style>
a { background-color: #3959AB; }
a { background-color: rgb(57,89,171); }
div.DivClassName
{
background-color: #3959AB;
}
.BgClassName
{
background-color: #3959AB;
}
</style>
border-color css
<style>
span { border-color: #3959AB; }
span { border-color: rgb(57,89,171); }
td.TdClassName
{
border-color: #3959AB;
}
.TagClassName
{
border-color: #3959AB;
}
</style>