Shades of Mariner #384DA5
Tints of Mariner #384DA5
RGB
CMYK
RGB Variations
Color information
#384DA5 (or 0x384DA5) is known color: Mariner. HEX triplet: 38, 4D and A5. RGB value is (56,77,165). Sum of RGB (Red+Green+Blue) = 56+77+165=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 165 (64.84% from 255 or 55.37% from 298); Max value from RGB is 165 - color contains mainly: blue. Hex color #384DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384DA5 is #C7B25A. Grayscale: #505050. Windows color (decimal): -13087323 or 10833208. OLE color: 10833208.
HSL color Cylindrical-coordinate representation of color #384DA5: hue angle of 228.44º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #384DA5 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 56 | 77 | 165 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.35 |
| HSL | 228.44º | 0.49% | 0.43% | - |
| HSV(B) | 228.44º | 0.66% | 0.65% | - |
| XYZ | 11.08 | 8.87 | 36.72 | - |
| YUV | 80.75 | 175.54 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 77 | 165 | 0.66 | 0.53 | 0 | 0.35 | 228.44 | 0.49 | 0.43 |
| Hex | 38 | 4D | A5 | 42 | 35 | 0 | 23 | E4 | 31 | 2B |
| Octal | 70 | 115 | 245 | 102 | 65 | 0 | 43 | 344 | 61 | 53 |
| Binary | 111000 | 1001101 | 10100101 | 1000010 | 110101 | 0 | 100011 | 11100100 | 110001 | 101011 |
Color Harmonies of #384DA5
Complementary color
Monochromatic Colors of #384DA5
Black with #384DA5
Text Example
Text Example
White with #384DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384DA5; }
p { color: rgb(56,77,165); }
H1.HeaderClassName
{
color: #384DA5;
}
.AnyTagClassName
{
color: #384DA5;
}
</style>
background-color css
<style>
a { background-color: #384DA5; }
a { background-color: rgb(56,77,165); }
div.DivClassName
{
background-color: #384DA5;
}
.BgClassName
{
background-color: #384DA5;
}
</style>
border-color css
<style>
span { border-color: #384DA5; }
span { border-color: rgb(56,77,165); }
td.TdClassName
{
border-color: #384DA5;
}
.TagClassName
{
border-color: #384DA5;
}
</style>