Shades of Mariner #384DA3
Tints of Mariner #384DA3
RGB
CMYK
RGB Variations
Color information
#384DA3 (or 0x384DA3) is known color: Mariner. HEX triplet: 38, 4D and A3. RGB value is (56,77,163). Sum of RGB (Red+Green+Blue) = 56+77+163=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 163 (64.06% from 255 or 55.07% from 296); Max value from RGB is 163 - color contains mainly: blue. Hex color #384DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384DA3 is #C7B25C. Grayscale: #505050. Windows color (decimal): -13087325 or 10702136. OLE color: 10702136.
HSL color Cylindrical-coordinate representation of color #384DA3: hue angle of 228.22º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #384DA3 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 77 | 163 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.36 |
| HSL | 228.22º | 0.49% | 0.43% | - |
| HSV(B) | 228.22º | 0.66% | 0.64% | - |
| XYZ | 10.9 | 8.79 | 35.77 | - |
| YUV | 80.53 | 174.54 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 77 | 163 | 0.66 | 0.53 | 0 | 0.36 | 228.22 | 0.49 | 0.43 |
| Hex | 38 | 4D | A3 | 42 | 35 | 0 | 24 | E4 | 31 | 2B |
| Octal | 70 | 115 | 243 | 102 | 65 | 0 | 44 | 344 | 61 | 53 |
| Binary | 111000 | 1001101 | 10100011 | 1000010 | 110101 | 0 | 100100 | 11100100 | 110001 | 101011 |
Color Harmonies of #384DA3
Complementary color
Monochromatic Colors of #384DA3
Black with #384DA3
Text Example
Text Example
White with #384DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384DA3; }
p { color: rgb(56,77,163); }
H1.HeaderClassName
{
color: #384DA3;
}
.AnyTagClassName
{
color: #384DA3;
}
</style>
background-color css
<style>
a { background-color: #384DA3; }
a { background-color: rgb(56,77,163); }
div.DivClassName
{
background-color: #384DA3;
}
.BgClassName
{
background-color: #384DA3;
}
</style>
border-color css
<style>
span { border-color: #384DA3; }
span { border-color: rgb(56,77,163); }
td.TdClassName
{
border-color: #384DA3;
}
.TagClassName
{
border-color: #384DA3;
}
</style>