Shades of Mariner #3962AA
Tints of Mariner #3962AA
RGB
CMYK
RGB Variations
Color information
#3962AA (or 0x3962AA) is known color: Mariner. HEX triplet: 39, 62 and AA. RGB value is (57,98,170). Sum of RGB (Red+Green+Blue) = 57+98+170=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #3962AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3962AA is #C69D55. Grayscale: #5D5D5D. Windows color (decimal): -13016406 or 11166265. OLE color: 11166265.
HSL color Cylindrical-coordinate representation of color #3962AA: hue angle of 218.23º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3962AA is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 98 | 170 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.33 |
| HSL | 218.23º | 0.5% | 0.45% | - |
| HSV(B) | 218.23º | 0.66% | 0.67% | - |
| XYZ | 13.31 | 12.51 | 39.74 | - |
| YUV | 93.95 | 170.92 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 98 | 170 | 0.66 | 0.42 | 0 | 0.33 | 218.23 | 0.5 | 0.45 |
| Hex | 39 | 62 | AA | 42 | 2A | 0 | 21 | DA | 32 | 2D |
| Octal | 71 | 142 | 252 | 102 | 52 | 0 | 41 | 332 | 62 | 55 |
| Binary | 111001 | 1100010 | 10101010 | 1000010 | 101010 | 0 | 100001 | 11011010 | 110010 | 101101 |
Color Harmonies of #3962AA
Complementary color
Monochromatic Colors of #3962AA
Black with #3962AA
Text Example
Text Example
White with #3962AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3962AA; }
p { color: rgb(57,98,170); }
H1.HeaderClassName
{
color: #3962AA;
}
.AnyTagClassName
{
color: #3962AA;
}
</style>
background-color css
<style>
a { background-color: #3962AA; }
a { background-color: rgb(57,98,170); }
div.DivClassName
{
background-color: #3962AA;
}
.BgClassName
{
background-color: #3962AA;
}
</style>
border-color css
<style>
span { border-color: #3962AA; }
span { border-color: rgb(57,98,170); }
td.TdClassName
{
border-color: #3962AA;
}
.TagClassName
{
border-color: #3962AA;
}
</style>