Shades of Mariner #385BA1
Tints of Mariner #385BA1
RGB
CMYK
RGB Variations
Color information
#385BA1 (or 0x385BA1) is known color: Mariner. HEX triplet: 38, 5B and A1. RGB value is (56,91,161). Sum of RGB (Red+Green+Blue) = 56+91+161=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 161 (63.28% from 255 or 52.27% from 308); Max value from RGB is 161 - color contains mainly: blue. Hex color #385BA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385BA1 is #C7A45E. Grayscale: #585858. Windows color (decimal): -13083743 or 10574648. OLE color: 10574648.
HSL color Cylindrical-coordinate representation of color #385BA1: hue angle of 220º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #385BA1 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 56 | 91 | 161 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.37 |
| HSL | 220º | 0.48% | 0.43% | - |
| HSV(B) | 220º | 0.65% | 0.63% | - |
| XYZ | 11.81 | 10.9 | 35.2 | - |
| YUV | 88.52 | 168.9 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 91 | 161 | 0.65 | 0.43 | 0 | 0.37 | 220 | 0.48 | 0.43 |
| Hex | 38 | 5B | A1 | 41 | 2B | 0 | 25 | DC | 30 | 2B |
| Octal | 70 | 133 | 241 | 101 | 53 | 0 | 45 | 334 | 60 | 53 |
| Binary | 111000 | 1011011 | 10100001 | 1000001 | 101011 | 0 | 100101 | 11011100 | 110000 | 101011 |
Color Harmonies of #385BA1
Complementary color
Monochromatic Colors of #385BA1
Black with #385BA1
Text Example
Text Example
White with #385BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385BA1; }
p { color: rgb(56,91,161); }
H1.HeaderClassName
{
color: #385BA1;
}
.AnyTagClassName
{
color: #385BA1;
}
</style>
background-color css
<style>
a { background-color: #385BA1; }
a { background-color: rgb(56,91,161); }
div.DivClassName
{
background-color: #385BA1;
}
.BgClassName
{
background-color: #385BA1;
}
</style>
border-color css
<style>
span { border-color: #385BA1; }
span { border-color: rgb(56,91,161); }
td.TdClassName
{
border-color: #385BA1;
}
.TagClassName
{
border-color: #385BA1;
}
</style>