Shades of Mariner #3967A5
Tints of Mariner #3967A5
RGB
CMYK
RGB Variations
Color information
#3967A5 (or 0x3967A5) is known color: Mariner. HEX triplet: 39, 67 and A5. RGB value is (57,103,165). Sum of RGB (Red+Green+Blue) = 57+103+165=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 165 (64.84% from 255 or 50.77% from 325); Max value from RGB is 165 - color contains mainly: blue. Hex color #3967A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3967A5 is #C6985A. Grayscale: #606060. Windows color (decimal): -13015131 or 10839865. OLE color: 10839865.
HSL color Cylindrical-coordinate representation of color #3967A5: hue angle of 214.44º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3967A5 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 57 | 103 | 165 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.35 |
| HSL | 214.44º | 0.49% | 0.44% | - |
| HSV(B) | 214.44º | 0.65% | 0.65% | - |
| XYZ | 13.33 | 13.29 | 37.46 | - |
| YUV | 96.31 | 166.76 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 103 | 165 | 0.65 | 0.38 | 0 | 0.35 | 214.44 | 0.49 | 0.44 |
| Hex | 39 | 67 | A5 | 41 | 26 | 0 | 23 | D6 | 31 | 2C |
| Octal | 71 | 147 | 245 | 101 | 46 | 0 | 43 | 326 | 61 | 54 |
| Binary | 111001 | 1100111 | 10100101 | 1000001 | 100110 | 0 | 100011 | 11010110 | 110001 | 101100 |
Color Harmonies of #3967A5
Complementary color
Monochromatic Colors of #3967A5
Black with #3967A5
Text Example
Text Example
White with #3967A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3967A5; }
p { color: rgb(57,103,165); }
H1.HeaderClassName
{
color: #3967A5;
}
.AnyTagClassName
{
color: #3967A5;
}
</style>
background-color css
<style>
a { background-color: #3967A5; }
a { background-color: rgb(57,103,165); }
div.DivClassName
{
background-color: #3967A5;
}
.BgClassName
{
background-color: #3967A5;
}
</style>
border-color css
<style>
span { border-color: #3967A5; }
span { border-color: rgb(57,103,165); }
td.TdClassName
{
border-color: #3967A5;
}
.TagClassName
{
border-color: #3967A5;
}
</style>