Shades of Mariner #384DA6
Tints of Mariner #384DA6
RGB
CMYK
RGB Variations
Color information
#384DA6 (or 0x384DA6) is known color: Mariner. HEX triplet: 38, 4D and A6. RGB value is (56,77,166). Sum of RGB (Red+Green+Blue) = 56+77+166=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 166 (65.23% from 255 or 55.52% from 299); Max value from RGB is 166 - color contains mainly: blue. Hex color #384DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384DA6 is #C7B259. Grayscale: #505050. Windows color (decimal): -13087322 or 10898744. OLE color: 10898744.
HSL color Cylindrical-coordinate representation of color #384DA6: hue angle of 228.55º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #384DA6 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 56 | 77 | 166 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.35 |
| HSL | 228.55º | 0.5% | 0.44% | - |
| HSV(B) | 228.55º | 0.66% | 0.65% | - |
| XYZ | 11.17 | 8.9 | 37.21 | - |
| YUV | 80.87 | 176.04 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 77 | 166 | 0.66 | 0.54 | 0 | 0.35 | 228.55 | 0.5 | 0.44 |
| Hex | 38 | 4D | A6 | 42 | 36 | 0 | 23 | E5 | 32 | 2C |
| Octal | 70 | 115 | 246 | 102 | 66 | 0 | 43 | 345 | 62 | 54 |
| Binary | 111000 | 1001101 | 10100110 | 1000010 | 110110 | 0 | 100011 | 11100101 | 110010 | 101100 |
Color Harmonies of #384DA6
Complementary color
Monochromatic Colors of #384DA6
Black with #384DA6
Text Example
Text Example
White with #384DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384DA6; }
p { color: rgb(56,77,166); }
H1.HeaderClassName
{
color: #384DA6;
}
.AnyTagClassName
{
color: #384DA6;
}
</style>
background-color css
<style>
a { background-color: #384DA6; }
a { background-color: rgb(56,77,166); }
div.DivClassName
{
background-color: #384DA6;
}
.BgClassName
{
background-color: #384DA6;
}
</style>
border-color css
<style>
span { border-color: #384DA6; }
span { border-color: rgb(56,77,166); }
td.TdClassName
{
border-color: #384DA6;
}
.TagClassName
{
border-color: #384DA6;
}
</style>