Shades of Mariner #3963AE
Tints of Mariner #3963AE
RGB
CMYK
RGB Variations
Color information
#3963AE (or 0x3963AE) is known color: Mariner. HEX triplet: 39, 63 and AE. RGB value is (57,99,174). Sum of RGB (Red+Green+Blue) = 57+99+174=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #3963AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3963AE is #C69C51. Grayscale: #5E5E5E. Windows color (decimal): -13016146 or 11428665. OLE color: 11428665.
HSL color Cylindrical-coordinate representation of color #3963AE: hue angle of 218.46º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3963AE is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 57 | 99 | 174 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.32 |
| HSL | 218.46º | 0.51% | 0.45% | - |
| HSV(B) | 218.46º | 0.67% | 0.68% | - |
| XYZ | 13.79 | 12.85 | 41.8 | - |
| YUV | 94.99 | 172.59 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 99 | 174 | 0.67 | 0.43 | 0 | 0.32 | 218.46 | 0.51 | 0.45 |
| Hex | 39 | 63 | AE | 43 | 2B | 0 | 20 | DA | 33 | 2D |
| Octal | 71 | 143 | 256 | 103 | 53 | 0 | 40 | 332 | 63 | 55 |
| Binary | 111001 | 1100011 | 10101110 | 1000011 | 101011 | 0 | 100000 | 11011010 | 110011 | 101101 |
Color Harmonies of #3963AE
Complementary color
Monochromatic Colors of #3963AE
Black with #3963AE
Text Example
Text Example
White with #3963AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3963AE; }
p { color: rgb(57,99,174); }
H1.HeaderClassName
{
color: #3963AE;
}
.AnyTagClassName
{
color: #3963AE;
}
</style>
background-color css
<style>
a { background-color: #3963AE; }
a { background-color: rgb(57,99,174); }
div.DivClassName
{
background-color: #3963AE;
}
.BgClassName
{
background-color: #3963AE;
}
</style>
border-color css
<style>
span { border-color: #3963AE; }
span { border-color: rgb(57,99,174); }
td.TdClassName
{
border-color: #3963AE;
}
.TagClassName
{
border-color: #3963AE;
}
</style>