Shades of Mariner #3958AB
Tints of Mariner #3958AB
RGB
CMYK
RGB Variations
Color information
#3958AB (or 0x3958AB) is known color: Mariner. HEX triplet: 39, 58 and AB. RGB value is (57,88,171). Sum of RGB (Red+Green+Blue) = 57+88+171=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #3958AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3958AB is #C6A754. Grayscale: #575757. Windows color (decimal): -13018965 or 11229241. OLE color: 11229241.
HSL color Cylindrical-coordinate representation of color #3958AB: hue angle of 223.68º 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 #3958AB is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 88 | 171 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.33 |
| HSL | 223.68º | 0.5% | 0.45% | - |
| HSV(B) | 223.68º | 0.67% | 0.67% | - |
| XYZ | 12.53 | 10.79 | 39.95 | - |
| YUV | 88.19 | 174.73 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 88 | 171 | 0.67 | 0.49 | 0 | 0.33 | 223.68 | 0.5 | 0.45 |
| Hex | 39 | 58 | AB | 43 | 31 | 0 | 21 | E0 | 32 | 2D |
| Octal | 71 | 130 | 253 | 103 | 61 | 0 | 41 | 340 | 62 | 55 |
| Binary | 111001 | 1011000 | 10101011 | 1000011 | 110001 | 0 | 100001 | 11100000 | 110010 | 101101 |
Color Harmonies of #3958AB
Complementary color
Monochromatic Colors of #3958AB
Black with #3958AB
Text Example
Text Example
White with #3958AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3958AB; }
p { color: rgb(57,88,171); }
H1.HeaderClassName
{
color: #3958AB;
}
.AnyTagClassName
{
color: #3958AB;
}
</style>
background-color css
<style>
a { background-color: #3958AB; }
a { background-color: rgb(57,88,171); }
div.DivClassName
{
background-color: #3958AB;
}
.BgClassName
{
background-color: #3958AB;
}
</style>
border-color css
<style>
span { border-color: #3958AB; }
span { border-color: rgb(57,88,171); }
td.TdClassName
{
border-color: #3958AB;
}
.TagClassName
{
border-color: #3958AB;
}
</style>