Shades of Mariner #3659AB
Tints of Mariner #3659AB
RGB
CMYK
RGB Variations
Color information
#3659AB (or 0x3659AB) is known color: Mariner. HEX triplet: 36, 59 and AB. RGB value is (54,89,171). Sum of RGB (Red+Green+Blue) = 54+89+171=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #3659AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3659AB is #C9A654. Grayscale: #575757. Windows color (decimal): -13215317 or 11229494. OLE color: 11229494.
HSL color Cylindrical-coordinate representation of color #3659AB: hue angle of 222.05º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3659AB is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 89 | 171 | - |
| CMYK | 0.68 | 0.48 | 0 | 0.33 |
| HSL | 222.05º | 0.52% | 0.44% | - |
| HSV(B) | 222.05º | 0.68% | 0.67% | - |
| XYZ | 12.44 | 10.87 | 39.97 | - |
| YUV | 87.88 | 174.9 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 89 | 171 | 0.68 | 0.48 | 0 | 0.33 | 222.05 | 0.52 | 0.44 |
| Hex | 36 | 59 | AB | 44 | 30 | 0 | 21 | DE | 34 | 2C |
| Octal | 66 | 131 | 253 | 104 | 60 | 0 | 41 | 336 | 64 | 54 |
| Binary | 110110 | 1011001 | 10101011 | 1000100 | 110000 | 0 | 100001 | 11011110 | 110100 | 101100 |
Color Harmonies of #3659AB
Complementary color
Monochromatic Colors of #3659AB
Black with #3659AB
Text Example
Text Example
White with #3659AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3659AB; }
p { color: rgb(54,89,171); }
H1.HeaderClassName
{
color: #3659AB;
}
.AnyTagClassName
{
color: #3659AB;
}
</style>
background-color css
<style>
a { background-color: #3659AB; }
a { background-color: rgb(54,89,171); }
div.DivClassName
{
background-color: #3659AB;
}
.BgClassName
{
background-color: #3659AB;
}
</style>
border-color css
<style>
span { border-color: #3659AB; }
span { border-color: rgb(54,89,171); }
td.TdClassName
{
border-color: #3659AB;
}
.TagClassName
{
border-color: #3659AB;
}
</style>