Shades of Mariner #3963AF
Tints of Mariner #3963AF
RGB
CMYK
RGB Variations
Color information
#3963AF (or 0x3963AF) is known color: Mariner. HEX triplet: 39, 63 and AF. RGB value is (57,99,175). Sum of RGB (Red+Green+Blue) = 57+99+175=331 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.22% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #3963AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3963AF is #C69C50. Grayscale: #5E5E5E. Windows color (decimal): -13016145 or 11494201. OLE color: 11494201.
HSL color Cylindrical-coordinate representation of color #3963AF: hue angle of 218.64º 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 #3963AF is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 99 | 175 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.31 |
| HSL | 218.64º | 0.51% | 0.45% | - |
| HSV(B) | 218.64º | 0.67% | 0.69% | - |
| XYZ | 13.89 | 12.89 | 42.31 | - |
| YUV | 95.11 | 173.09 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 99 | 175 | 0.67 | 0.43 | 0 | 0.31 | 218.64 | 0.51 | 0.45 |
| Hex | 39 | 63 | AF | 43 | 2B | 0 | 1F | DB | 33 | 2D |
| Octal | 71 | 143 | 257 | 103 | 53 | 0 | 37 | 333 | 63 | 55 |
| Binary | 111001 | 1100011 | 10101111 | 1000011 | 101011 | 0 | 11111 | 11011011 | 110011 | 101101 |
Color Harmonies of #3963AF
Complementary color
Monochromatic Colors of #3963AF
Black with #3963AF
Text Example
Text Example
White with #3963AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3963AF; }
p { color: rgb(57,99,175); }
H1.HeaderClassName
{
color: #3963AF;
}
.AnyTagClassName
{
color: #3963AF;
}
</style>
background-color css
<style>
a { background-color: #3963AF; }
a { background-color: rgb(57,99,175); }
div.DivClassName
{
background-color: #3963AF;
}
.BgClassName
{
background-color: #3963AF;
}
</style>
border-color css
<style>
span { border-color: #3963AF; }
span { border-color: rgb(57,99,175); }
td.TdClassName
{
border-color: #3963AF;
}
.TagClassName
{
border-color: #3963AF;
}
</style>