Shades of Mariner #3857A0
Tints of Mariner #3857A0
RGB
CMYK
RGB Variations
Color information
#3857A0 (or 0x3857A0) is known color: Mariner. HEX triplet: 38, 57 and A0. RGB value is (56,87,160). Sum of RGB (Red+Green+Blue) = 56+87+160=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 160 (62.89% from 255 or 52.81% from 303); Max value from RGB is 160 - color contains mainly: blue. Hex color #3857A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3857A0 is #C7A85F. Grayscale: #555555. Windows color (decimal): -13084768 or 10508088. OLE color: 10508088.
HSL color Cylindrical-coordinate representation of color #3857A0: hue angle of 222.12º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3857A0 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 56 | 87 | 160 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.37 |
| HSL | 222.12º | 0.48% | 0.42% | - |
| HSV(B) | 222.12º | 0.65% | 0.63% | - |
| XYZ | 11.38 | 10.2 | 34.63 | - |
| YUV | 86.05 | 169.73 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 87 | 160 | 0.65 | 0.46 | 0 | 0.37 | 222.12 | 0.48 | 0.42 |
| Hex | 38 | 57 | A0 | 41 | 2E | 0 | 25 | DE | 30 | 2A |
| Octal | 70 | 127 | 240 | 101 | 56 | 0 | 45 | 336 | 60 | 52 |
| Binary | 111000 | 1010111 | 10100000 | 1000001 | 101110 | 0 | 100101 | 11011110 | 110000 | 101010 |
Color Harmonies of #3857A0
Complementary color
Monochromatic Colors of #3857A0
Black with #3857A0
Text Example
Text Example
White with #3857A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3857A0; }
p { color: rgb(56,87,160); }
H1.HeaderClassName
{
color: #3857A0;
}
.AnyTagClassName
{
color: #3857A0;
}
</style>
background-color css
<style>
a { background-color: #3857A0; }
a { background-color: rgb(56,87,160); }
div.DivClassName
{
background-color: #3857A0;
}
.BgClassName
{
background-color: #3857A0;
}
</style>
border-color css
<style>
span { border-color: #3857A0; }
span { border-color: rgb(56,87,160); }
td.TdClassName
{
border-color: #3857A0;
}
.TagClassName
{
border-color: #3857A0;
}
</style>