Shades of Mariner #3859AC
Tints of Mariner #3859AC
RGB
CMYK
RGB Variations
Color information
#3859AC (or 0x3859AC) is known color: Mariner. HEX triplet: 38, 59 and AC. RGB value is (56,89,172). Sum of RGB (Red+Green+Blue) = 56+89+172=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #3859AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3859AC is #C7A653. Grayscale: #585858. Windows color (decimal): -13084244 or 11295032. OLE color: 11295032.
HSL color Cylindrical-coordinate representation of color #3859AC: hue angle of 222.93º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3859AC is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 89 | 172 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.33 |
| HSL | 222.93º | 0.51% | 0.45% | - |
| HSV(B) | 222.93º | 0.67% | 0.67% | - |
| XYZ | 12.65 | 10.96 | 40.48 | - |
| YUV | 88.6 | 175.07 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 89 | 172 | 0.67 | 0.48 | 0 | 0.33 | 222.93 | 0.51 | 0.45 |
| Hex | 38 | 59 | AC | 43 | 30 | 0 | 21 | DF | 33 | 2D |
| Octal | 70 | 131 | 254 | 103 | 60 | 0 | 41 | 337 | 63 | 55 |
| Binary | 111000 | 1011001 | 10101100 | 1000011 | 110000 | 0 | 100001 | 11011111 | 110011 | 101101 |
Color Harmonies of #3859AC
Complementary color
Monochromatic Colors of #3859AC
Black with #3859AC
Text Example
Text Example
White with #3859AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3859AC; }
p { color: rgb(56,89,172); }
H1.HeaderClassName
{
color: #3859AC;
}
.AnyTagClassName
{
color: #3859AC;
}
</style>
background-color css
<style>
a { background-color: #3859AC; }
a { background-color: rgb(56,89,172); }
div.DivClassName
{
background-color: #3859AC;
}
.BgClassName
{
background-color: #3859AC;
}
</style>
border-color css
<style>
span { border-color: #3859AC; }
span { border-color: rgb(56,89,172); }
td.TdClassName
{
border-color: #3859AC;
}
.TagClassName
{
border-color: #3859AC;
}
</style>