Shades of Mariner #386197
Tints of Mariner #386197
RGB
CMYK
RGB Variations
Color information
#386197 (or 0x386197) is known color: Mariner. HEX triplet: 38, 61 and 97. RGB value is (56,97,151). Sum of RGB (Red+Green+Blue) = 56+97+151=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #386197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386197 is #C79E68. Grayscale: #5A5A5A. Windows color (decimal): -13082217 or 9920824. OLE color: 9920824.
HSL color Cylindrical-coordinate representation of color #386197: hue angle of 214.11º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #386197 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 56 | 97 | 151 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.41 |
| HSL | 214.11º | 0.46% | 0.41% | - |
| HSV(B) | 214.11º | 0.63% | 0.59% | - |
| XYZ | 11.49 | 11.62 | 30.92 | - |
| YUV | 90.9 | 161.92 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 97 | 151 | 0.63 | 0.36 | 0 | 0.41 | 214.11 | 0.46 | 0.41 |
| Hex | 38 | 61 | 97 | 3F | 24 | 0 | 29 | D6 | 2E | 29 |
| Octal | 70 | 141 | 227 | 77 | 44 | 0 | 51 | 326 | 56 | 51 |
| Binary | 111000 | 1100001 | 10010111 | 111111 | 100100 | 0 | 101001 | 11010110 | 101110 | 101001 |
Color Harmonies of #386197
Complementary color
Monochromatic Colors of #386197
Black with #386197
Text Example
Text Example
White with #386197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386197; }
p { color: rgb(56,97,151); }
H1.HeaderClassName
{
color: #386197;
}
.AnyTagClassName
{
color: #386197;
}
</style>
background-color css
<style>
a { background-color: #386197; }
a { background-color: rgb(56,97,151); }
div.DivClassName
{
background-color: #386197;
}
.BgClassName
{
background-color: #386197;
}
</style>
border-color css
<style>
span { border-color: #386197; }
span { border-color: rgb(56,97,151); }
td.TdClassName
{
border-color: #386197;
}
.TagClassName
{
border-color: #386197;
}
</style>