Shades of Mariner #3964AC
Tints of Mariner #3964AC
RGB
CMYK
RGB Variations
Color information
#3964AC (or 0x3964AC) is known color: Mariner. HEX triplet: 39, 64 and AC. RGB value is (57,100,172). Sum of RGB (Red+Green+Blue) = 57+100+172=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #3964AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3964AC is #C69B53. Grayscale: #5F5F5F. Windows color (decimal): -13015892 or 11297849. OLE color: 11297849.
HSL color Cylindrical-coordinate representation of color #3964AC: hue angle of 217.57º 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 #3964AC is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 100 | 172 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.33 |
| HSL | 217.57º | 0.5% | 0.45% | - |
| HSV(B) | 217.57º | 0.67% | 0.67% | - |
| XYZ | 13.69 | 12.96 | 40.81 | - |
| YUV | 95.35 | 171.25 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 100 | 172 | 0.67 | 0.42 | 0 | 0.33 | 217.57 | 0.5 | 0.45 |
| Hex | 39 | 64 | AC | 43 | 2A | 0 | 21 | DA | 32 | 2D |
| Octal | 71 | 144 | 254 | 103 | 52 | 0 | 41 | 332 | 62 | 55 |
| Binary | 111001 | 1100100 | 10101100 | 1000011 | 101010 | 0 | 100001 | 11011010 | 110010 | 101101 |
Color Harmonies of #3964AC
Complementary color
Monochromatic Colors of #3964AC
Black with #3964AC
Text Example
Text Example
White with #3964AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3964AC; }
p { color: rgb(57,100,172); }
H1.HeaderClassName
{
color: #3964AC;
}
.AnyTagClassName
{
color: #3964AC;
}
</style>
background-color css
<style>
a { background-color: #3964AC; }
a { background-color: rgb(57,100,172); }
div.DivClassName
{
background-color: #3964AC;
}
.BgClassName
{
background-color: #3964AC;
}
</style>
border-color css
<style>
span { border-color: #3964AC; }
span { border-color: rgb(57,100,172); }
td.TdClassName
{
border-color: #3964AC;
}
.TagClassName
{
border-color: #3964AC;
}
</style>