Shades of Mariner #3963AC
Tints of Mariner #3963AC
RGB
CMYK
RGB Variations
Color information
#3963AC (or 0x3963AC) is known color: Mariner. HEX triplet: 39, 63 and AC. RGB value is (57,99,172). Sum of RGB (Red+Green+Blue) = 57+99+172=328 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.38% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #3963AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3963AC is #C69C53. Grayscale: #5E5E5E. Windows color (decimal): -13016148 or 11297593. OLE color: 11297593.
HSL color Cylindrical-coordinate representation of color #3963AC: hue angle of 218.09º 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 #3963AC is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 99 | 172 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.33 |
| HSL | 218.09º | 0.5% | 0.45% | - |
| HSV(B) | 218.09º | 0.67% | 0.67% | - |
| XYZ | 13.6 | 12.77 | 40.78 | - |
| YUV | 94.76 | 171.59 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 99 | 172 | 0.67 | 0.42 | 0 | 0.33 | 218.09 | 0.5 | 0.45 |
| Hex | 39 | 63 | AC | 43 | 2A | 0 | 21 | DA | 32 | 2D |
| Octal | 71 | 143 | 254 | 103 | 52 | 0 | 41 | 332 | 62 | 55 |
| Binary | 111001 | 1100011 | 10101100 | 1000011 | 101010 | 0 | 100001 | 11011010 | 110010 | 101101 |
Color Harmonies of #3963AC
Complementary color
Monochromatic Colors of #3963AC
Black with #3963AC
Text Example
Text Example
White with #3963AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3963AC; }
p { color: rgb(57,99,172); }
H1.HeaderClassName
{
color: #3963AC;
}
.AnyTagClassName
{
color: #3963AC;
}
</style>
background-color css
<style>
a { background-color: #3963AC; }
a { background-color: rgb(57,99,172); }
div.DivClassName
{
background-color: #3963AC;
}
.BgClassName
{
background-color: #3963AC;
}
</style>
border-color css
<style>
span { border-color: #3963AC; }
span { border-color: rgb(57,99,172); }
td.TdClassName
{
border-color: #3963AC;
}
.TagClassName
{
border-color: #3963AC;
}
</style>