Shades of Mariner #384FA7
Tints of Mariner #384FA7
RGB
CMYK
RGB Variations
Color information
#384FA7 (or 0x384FA7) is known color: Mariner. HEX triplet: 38, 4F and A7. RGB value is (56,79,167). Sum of RGB (Red+Green+Blue) = 56+79+167=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 167 (65.62% from 255 or 55.30% from 302); Max value from RGB is 167 - color contains mainly: blue. Hex color #384FA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384FA7 is #C7B058. Grayscale: #515151. Windows color (decimal): -13086809 or 10964792. OLE color: 10964792.
HSL color Cylindrical-coordinate representation of color #384FA7: hue angle of 227.57º 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 #384FA7 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 56 | 79 | 167 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.35 |
| HSL | 227.57º | 0.5% | 0.44% | - |
| HSV(B) | 227.57º | 0.66% | 0.65% | - |
| XYZ | 11.4 | 9.22 | 37.74 | - |
| YUV | 82.16 | 175.88 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 79 | 167 | 0.66 | 0.53 | 0 | 0.35 | 227.57 | 0.5 | 0.44 |
| Hex | 38 | 4F | A7 | 42 | 35 | 0 | 23 | E4 | 32 | 2C |
| Octal | 70 | 117 | 247 | 102 | 65 | 0 | 43 | 344 | 62 | 54 |
| Binary | 111000 | 1001111 | 10100111 | 1000010 | 110101 | 0 | 100011 | 11100100 | 110010 | 101100 |
Color Harmonies of #384FA7
Complementary color
Monochromatic Colors of #384FA7
Black with #384FA7
Text Example
Text Example
White with #384FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384FA7; }
p { color: rgb(56,79,167); }
H1.HeaderClassName
{
color: #384FA7;
}
.AnyTagClassName
{
color: #384FA7;
}
</style>
background-color css
<style>
a { background-color: #384FA7; }
a { background-color: rgb(56,79,167); }
div.DivClassName
{
background-color: #384FA7;
}
.BgClassName
{
background-color: #384FA7;
}
</style>
border-color css
<style>
span { border-color: #384FA7; }
span { border-color: rgb(56,79,167); }
td.TdClassName
{
border-color: #384FA7;
}
.TagClassName
{
border-color: #384FA7;
}
</style>