Shades of Mariner #3859AA
Tints of Mariner #3859AA
RGB
CMYK
RGB Variations
Color information
#3859AA (or 0x3859AA) is known color: Mariner. HEX triplet: 38, 59 and AA. RGB value is (56,89,170). Sum of RGB (Red+Green+Blue) = 56+89+170=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #3859AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3859AA is #C7A655. Grayscale: #585858. Windows color (decimal): -13084246 or 11163960. OLE color: 11163960.
HSL color Cylindrical-coordinate representation of color #3859AA: hue angle of 222.63º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3859AA is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 89 | 170 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.33 |
| HSL | 222.63º | 0.5% | 0.44% | - |
| HSV(B) | 222.63º | 0.67% | 0.67% | - |
| XYZ | 12.46 | 10.89 | 39.48 | - |
| YUV | 88.37 | 174.07 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 89 | 170 | 0.67 | 0.48 | 0 | 0.33 | 222.63 | 0.5 | 0.44 |
| Hex | 38 | 59 | AA | 43 | 30 | 0 | 21 | DF | 32 | 2C |
| Octal | 70 | 131 | 252 | 103 | 60 | 0 | 41 | 337 | 62 | 54 |
| Binary | 111000 | 1011001 | 10101010 | 1000011 | 110000 | 0 | 100001 | 11011111 | 110010 | 101100 |
Color Harmonies of #3859AA
Complementary color
Monochromatic Colors of #3859AA
Black with #3859AA
Text Example
Text Example
White with #3859AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3859AA; }
p { color: rgb(56,89,170); }
H1.HeaderClassName
{
color: #3859AA;
}
.AnyTagClassName
{
color: #3859AA;
}
</style>
background-color css
<style>
a { background-color: #3859AA; }
a { background-color: rgb(56,89,170); }
div.DivClassName
{
background-color: #3859AA;
}
.BgClassName
{
background-color: #3859AA;
}
</style>
border-color css
<style>
span { border-color: #3859AA; }
span { border-color: rgb(56,89,170); }
td.TdClassName
{
border-color: #3859AA;
}
.TagClassName
{
border-color: #3859AA;
}
</style>