Shades of Mariner #3961A7
Tints of Mariner #3961A7
RGB
CMYK
RGB Variations
Color information
#3961A7 (or 0x3961A7) is known color: Mariner. HEX triplet: 39, 61 and A7. RGB value is (57,97,167). Sum of RGB (Red+Green+Blue) = 57+97+167=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 167 (65.62% from 255 or 52.02% from 321); Max value from RGB is 167 - color contains mainly: blue. Hex color #3961A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3961A7 is #C69E58. Grayscale: #5C5C5C. Windows color (decimal): -13016665 or 10969401. OLE color: 10969401.
HSL color Cylindrical-coordinate representation of color #3961A7: hue angle of 218.18º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3961A7 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 57 | 97 | 167 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.35 |
| HSL | 218.18º | 0.49% | 0.44% | - |
| HSV(B) | 218.18º | 0.66% | 0.65% | - |
| XYZ | 12.94 | 12.21 | 38.23 | - |
| YUV | 93.02 | 169.75 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 97 | 167 | 0.66 | 0.42 | 0 | 0.35 | 218.18 | 0.49 | 0.44 |
| Hex | 39 | 61 | A7 | 42 | 2A | 0 | 23 | DA | 31 | 2C |
| Octal | 71 | 141 | 247 | 102 | 52 | 0 | 43 | 332 | 61 | 54 |
| Binary | 111001 | 1100001 | 10100111 | 1000010 | 101010 | 0 | 100011 | 11011010 | 110001 | 101100 |
Color Harmonies of #3961A7
Complementary color
Monochromatic Colors of #3961A7
Black with #3961A7
Text Example
Text Example
White with #3961A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3961A7; }
p { color: rgb(57,97,167); }
H1.HeaderClassName
{
color: #3961A7;
}
.AnyTagClassName
{
color: #3961A7;
}
</style>
background-color css
<style>
a { background-color: #3961A7; }
a { background-color: rgb(57,97,167); }
div.DivClassName
{
background-color: #3961A7;
}
.BgClassName
{
background-color: #3961A7;
}
</style>
border-color css
<style>
span { border-color: #3961A7; }
span { border-color: rgb(57,97,167); }
td.TdClassName
{
border-color: #3961A7;
}
.TagClassName
{
border-color: #3961A7;
}
</style>