Shades of Mariner #3964AF
Tints of Mariner #3964AF
RGB
CMYK
RGB Variations
Color information
#3964AF (or 0x3964AF) is known color: Mariner. HEX triplet: 39, 64 and AF. RGB value is (57,100,175). Sum of RGB (Red+Green+Blue) = 57+100+175=332 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.17% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #3964AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3964AF is #C69B50. Grayscale: #5F5F5F. Windows color (decimal): -13015889 or 11494457. OLE color: 11494457.
HSL color Cylindrical-coordinate representation of color #3964AF: hue angle of 218.14º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3964AF is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 100 | 175 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.31 |
| HSL | 218.14º | 0.51% | 0.45% | - |
| HSV(B) | 218.14º | 0.67% | 0.69% | - |
| XYZ | 13.98 | 13.08 | 42.35 | - |
| YUV | 95.69 | 172.75 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 100 | 175 | 0.67 | 0.43 | 0 | 0.31 | 218.14 | 0.51 | 0.45 |
| Hex | 39 | 64 | AF | 43 | 2B | 0 | 1F | DA | 33 | 2D |
| Octal | 71 | 144 | 257 | 103 | 53 | 0 | 37 | 332 | 63 | 55 |
| Binary | 111001 | 1100100 | 10101111 | 1000011 | 101011 | 0 | 11111 | 11011010 | 110011 | 101101 |
Color Harmonies of #3964AF
Complementary color
Monochromatic Colors of #3964AF
Black with #3964AF
Text Example
Text Example
White with #3964AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3964AF; }
p { color: rgb(57,100,175); }
H1.HeaderClassName
{
color: #3964AF;
}
.AnyTagClassName
{
color: #3964AF;
}
</style>
background-color css
<style>
a { background-color: #3964AF; }
a { background-color: rgb(57,100,175); }
div.DivClassName
{
background-color: #3964AF;
}
.BgClassName
{
background-color: #3964AF;
}
</style>
border-color css
<style>
span { border-color: #3964AF; }
span { border-color: rgb(57,100,175); }
td.TdClassName
{
border-color: #3964AF;
}
.TagClassName
{
border-color: #3964AF;
}
</style>