Shades of Mariner #3967AA
Tints of Mariner #3967AA
RGB
CMYK
RGB Variations
Color information
#3967AA (or 0x3967AA) is known color: Mariner. HEX triplet: 39, 67 and AA. RGB value is (57,103,170). Sum of RGB (Red+Green+Blue) = 57+103+170=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #3967AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3967AA is #C69855. Grayscale: #606060. Windows color (decimal): -13015126 or 11167545. OLE color: 11167545.
HSL color Cylindrical-coordinate representation of color #3967AA: hue angle of 215.58º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3967AA is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 103 | 170 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.33 |
| HSL | 215.58º | 0.5% | 0.45% | - |
| HSV(B) | 215.58º | 0.66% | 0.67% | - |
| XYZ | 13.79 | 13.47 | 39.9 | - |
| YUV | 96.88 | 169.26 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 103 | 170 | 0.66 | 0.39 | 0 | 0.33 | 215.58 | 0.5 | 0.45 |
| Hex | 39 | 67 | AA | 42 | 27 | 0 | 21 | D8 | 32 | 2D |
| Octal | 71 | 147 | 252 | 102 | 47 | 0 | 41 | 330 | 62 | 55 |
| Binary | 111001 | 1100111 | 10101010 | 1000010 | 100111 | 0 | 100001 | 11011000 | 110010 | 101101 |
Color Harmonies of #3967AA
Complementary color
Monochromatic Colors of #3967AA
Black with #3967AA
Text Example
Text Example
White with #3967AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3967AA; }
p { color: rgb(57,103,170); }
H1.HeaderClassName
{
color: #3967AA;
}
.AnyTagClassName
{
color: #3967AA;
}
</style>
background-color css
<style>
a { background-color: #3967AA; }
a { background-color: rgb(57,103,170); }
div.DivClassName
{
background-color: #3967AA;
}
.BgClassName
{
background-color: #3967AA;
}
</style>
border-color css
<style>
span { border-color: #3967AA; }
span { border-color: rgb(57,103,170); }
td.TdClassName
{
border-color: #3967AA;
}
.TagClassName
{
border-color: #3967AA;
}
</style>