Shades of Mariner #386195
Tints of Mariner #386195
RGB
CMYK
RGB Variations
Color information
#386195 (or 0x386195) is known color: Mariner. HEX triplet: 38, 61 and 95. RGB value is (56,97,149). Sum of RGB (Red+Green+Blue) = 56+97+149=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #386195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386195 is #C79E6A. Grayscale: #5A5A5A. Windows color (decimal): -13082219 or 9789752. OLE color: 9789752.
HSL color Cylindrical-coordinate representation of color #386195: hue angle of 213.55º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #386195 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 97 | 149 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.42 |
| HSL | 213.55º | 0.45% | 0.4% | - |
| HSV(B) | 213.55º | 0.62% | 0.58% | - |
| XYZ | 11.33 | 11.56 | 30.07 | - |
| YUV | 90.67 | 160.92 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 97 | 149 | 0.62 | 0.35 | 0 | 0.42 | 213.55 | 0.45 | 0.4 |
| Hex | 38 | 61 | 95 | 3E | 23 | 0 | 2A | D6 | 2D | 28 |
| Octal | 70 | 141 | 225 | 76 | 43 | 0 | 52 | 326 | 55 | 50 |
| Binary | 111000 | 1100001 | 10010101 | 111110 | 100011 | 0 | 101010 | 11010110 | 101101 | 101000 |
Color Harmonies of #386195
Complementary color
Monochromatic Colors of #386195
Black with #386195
Text Example
Text Example
White with #386195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386195; }
p { color: rgb(56,97,149); }
H1.HeaderClassName
{
color: #386195;
}
.AnyTagClassName
{
color: #386195;
}
</style>
background-color css
<style>
a { background-color: #386195; }
a { background-color: rgb(56,97,149); }
div.DivClassName
{
background-color: #386195;
}
.BgClassName
{
background-color: #386195;
}
</style>
border-color css
<style>
span { border-color: #386195; }
span { border-color: rgb(56,97,149); }
td.TdClassName
{
border-color: #386195;
}
.TagClassName
{
border-color: #386195;
}
</style>