Shades of Mariner #3965AF
Tints of Mariner #3965AF
RGB
CMYK
RGB Variations
Color information
#3965AF (or 0x3965AF) is known color: Mariner. HEX triplet: 39, 65 and AF. RGB value is (57,101,175). Sum of RGB (Red+Green+Blue) = 57+101+175=333 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.12% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #3965AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3965AF is #C69A50. Grayscale: #5F5F5F. Windows color (decimal): -13015633 or 11494713. OLE color: 11494713.
HSL color Cylindrical-coordinate representation of color #3965AF: hue angle of 217.63º 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 #3965AF is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 101 | 175 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.31 |
| HSL | 217.63º | 0.51% | 0.45% | - |
| HSV(B) | 217.63º | 0.67% | 0.69% | - |
| XYZ | 14.08 | 13.27 | 42.38 | - |
| YUV | 96.28 | 172.42 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 101 | 175 | 0.67 | 0.42 | 0 | 0.31 | 217.63 | 0.51 | 0.45 |
| Hex | 39 | 65 | AF | 43 | 2A | 0 | 1F | DA | 33 | 2D |
| Octal | 71 | 145 | 257 | 103 | 52 | 0 | 37 | 332 | 63 | 55 |
| Binary | 111001 | 1100101 | 10101111 | 1000011 | 101010 | 0 | 11111 | 11011010 | 110011 | 101101 |
Color Harmonies of #3965AF
Complementary color
Monochromatic Colors of #3965AF
Black with #3965AF
Text Example
Text Example
White with #3965AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3965AF; }
p { color: rgb(57,101,175); }
H1.HeaderClassName
{
color: #3965AF;
}
.AnyTagClassName
{
color: #3965AF;
}
</style>
background-color css
<style>
a { background-color: #3965AF; }
a { background-color: rgb(57,101,175); }
div.DivClassName
{
background-color: #3965AF;
}
.BgClassName
{
background-color: #3965AF;
}
</style>
border-color css
<style>
span { border-color: #3965AF; }
span { border-color: rgb(57,101,175); }
td.TdClassName
{
border-color: #3965AF;
}
.TagClassName
{
border-color: #3965AF;
}
</style>