Shades of Mariner #386396
Tints of Mariner #386396
RGB
CMYK
RGB Variations
Color information
#386396 (or 0x386396) is known color: Mariner. HEX triplet: 38, 63 and 96. RGB value is (56,99,150). Sum of RGB (Red+Green+Blue) = 56+99+150=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 150 (58.98% from 255 or 49.18% from 305); Max value from RGB is 150 - color contains mainly: blue. Hex color #386396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386396 is #C79C69. Grayscale: #5B5B5B. Windows color (decimal): -13081706 or 9855800. OLE color: 9855800.
HSL color Cylindrical-coordinate representation of color #386396: hue angle of 212.55º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #386396 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 56 | 99 | 150 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.41 |
| HSL | 212.55º | 0.46% | 0.4% | - |
| HSV(B) | 212.55º | 0.63% | 0.59% | - |
| XYZ | 11.6 | 11.97 | 30.55 | - |
| YUV | 91.96 | 160.75 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 99 | 150 | 0.63 | 0.34 | 0 | 0.41 | 212.55 | 0.46 | 0.4 |
| Hex | 38 | 63 | 96 | 3F | 22 | 0 | 29 | D5 | 2E | 28 |
| Octal | 70 | 143 | 226 | 77 | 42 | 0 | 51 | 325 | 56 | 50 |
| Binary | 111000 | 1100011 | 10010110 | 111111 | 100010 | 0 | 101001 | 11010101 | 101110 | 101000 |
Color Harmonies of #386396
Complementary color
Monochromatic Colors of #386396
Black with #386396
Text Example
Text Example
White with #386396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386396; }
p { color: rgb(56,99,150); }
H1.HeaderClassName
{
color: #386396;
}
.AnyTagClassName
{
color: #386396;
}
</style>
background-color css
<style>
a { background-color: #386396; }
a { background-color: rgb(56,99,150); }
div.DivClassName
{
background-color: #386396;
}
.BgClassName
{
background-color: #386396;
}
</style>
border-color css
<style>
span { border-color: #386396; }
span { border-color: rgb(56,99,150); }
td.TdClassName
{
border-color: #386396;
}
.TagClassName
{
border-color: #386396;
}
</style>