Shades of Mariner #3661A6
Tints of Mariner #3661A6
RGB
CMYK
RGB Variations
Color information
#3661A6 (or 0x3661A6) is known color: Mariner. HEX triplet: 36, 61 and A6. RGB value is (54,97,166). Sum of RGB (Red+Green+Blue) = 54+97+166=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 166 (65.23% from 255 or 52.37% from 317); Max value from RGB is 166 - color contains mainly: blue. Hex color #3661A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3661A6 is #C99E59. Grayscale: #5B5B5B. Windows color (decimal): -13213274 or 10903862. OLE color: 10903862.
HSL color Cylindrical-coordinate representation of color #3661A6: hue angle of 216.96º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3661A6 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 54 | 97 | 166 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.35 |
| HSL | 216.96º | 0.51% | 0.43% | - |
| HSV(B) | 216.96º | 0.67% | 0.65% | - |
| XYZ | 12.68 | 12.09 | 37.74 | - |
| YUV | 92.01 | 169.75 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 97 | 166 | 0.67 | 0.42 | 0 | 0.35 | 216.96 | 0.51 | 0.43 |
| Hex | 36 | 61 | A6 | 43 | 2A | 0 | 23 | D9 | 33 | 2B |
| Octal | 66 | 141 | 246 | 103 | 52 | 0 | 43 | 331 | 63 | 53 |
| Binary | 110110 | 1100001 | 10100110 | 1000011 | 101010 | 0 | 100011 | 11011001 | 110011 | 101011 |
Color Harmonies of #3661A6
Complementary color
Monochromatic Colors of #3661A6
Black with #3661A6
Text Example
Text Example
White with #3661A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3661A6; }
p { color: rgb(54,97,166); }
H1.HeaderClassName
{
color: #3661A6;
}
.AnyTagClassName
{
color: #3661A6;
}
</style>
background-color css
<style>
a { background-color: #3661A6; }
a { background-color: rgb(54,97,166); }
div.DivClassName
{
background-color: #3661A6;
}
.BgClassName
{
background-color: #3661A6;
}
</style>
border-color css
<style>
span { border-color: #3661A6; }
span { border-color: rgb(54,97,166); }
td.TdClassName
{
border-color: #3661A6;
}
.TagClassName
{
border-color: #3661A6;
}
</style>