Shades of Mariner #3659AC
Tints of Mariner #3659AC
RGB
CMYK
RGB Variations
Color information
#3659AC (or 0x3659AC) is known color: Mariner. HEX triplet: 36, 59 and AC. RGB value is (54,89,172). Sum of RGB (Red+Green+Blue) = 54+89+172=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #3659AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3659AC is #C9A653. Grayscale: #575757. Windows color (decimal): -13215316 or 11295030. OLE color: 11295030.
HSL color Cylindrical-coordinate representation of color #3659AC: hue angle of 222.2º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3659AC is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 89 | 172 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.33 |
| HSL | 222.2º | 0.52% | 0.44% | - |
| HSV(B) | 222.2º | 0.69% | 0.67% | - |
| XYZ | 12.54 | 10.91 | 40.47 | - |
| YUV | 88 | 175.4 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 89 | 172 | 0.69 | 0.48 | 0 | 0.33 | 222.2 | 0.52 | 0.44 |
| Hex | 36 | 59 | AC | 45 | 30 | 0 | 21 | DE | 34 | 2C |
| Octal | 66 | 131 | 254 | 105 | 60 | 0 | 41 | 336 | 64 | 54 |
| Binary | 110110 | 1011001 | 10101100 | 1000101 | 110000 | 0 | 100001 | 11011110 | 110100 | 101100 |
Color Harmonies of #3659AC
Complementary color
Monochromatic Colors of #3659AC
Black with #3659AC
Text Example
Text Example
White with #3659AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3659AC; }
p { color: rgb(54,89,172); }
H1.HeaderClassName
{
color: #3659AC;
}
.AnyTagClassName
{
color: #3659AC;
}
</style>
background-color css
<style>
a { background-color: #3659AC; }
a { background-color: rgb(54,89,172); }
div.DivClassName
{
background-color: #3659AC;
}
.BgClassName
{
background-color: #3659AC;
}
</style>
border-color css
<style>
span { border-color: #3659AC; }
span { border-color: rgb(54,89,172); }
td.TdClassName
{
border-color: #3659AC;
}
.TagClassName
{
border-color: #3659AC;
}
</style>