Shades of Mariner #385B9F
Tints of Mariner #385B9F
RGB
CMYK
RGB Variations
Color information
#385B9F (or 0x385B9F) is known color: Mariner. HEX triplet: 38, 5B and 9F. RGB value is (56,91,159). Sum of RGB (Red+Green+Blue) = 56+91+159=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #385B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385B9F is #C7A460. Grayscale: #575757. Windows color (decimal): -13083745 or 10443576. OLE color: 10443576.
HSL color Cylindrical-coordinate representation of color #385B9F: hue angle of 219.61º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #385B9F is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 91 | 159 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.38 |
| HSL | 219.61º | 0.48% | 0.42% | - |
| HSV(B) | 219.61º | 0.65% | 0.62% | - |
| XYZ | 11.63 | 10.83 | 34.28 | - |
| YUV | 88.29 | 167.9 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 91 | 159 | 0.65 | 0.43 | 0 | 0.38 | 219.61 | 0.48 | 0.42 |
| Hex | 38 | 5B | 9F | 41 | 2B | 0 | 26 | DC | 30 | 2A |
| Octal | 70 | 133 | 237 | 101 | 53 | 0 | 46 | 334 | 60 | 52 |
| Binary | 111000 | 1011011 | 10011111 | 1000001 | 101011 | 0 | 100110 | 11011100 | 110000 | 101010 |
Color Harmonies of #385B9F
Complementary color
Monochromatic Colors of #385B9F
Black with #385B9F
Text Example
Text Example
White with #385B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385B9F; }
p { color: rgb(56,91,159); }
H1.HeaderClassName
{
color: #385B9F;
}
.AnyTagClassName
{
color: #385B9F;
}
</style>
background-color css
<style>
a { background-color: #385B9F; }
a { background-color: rgb(56,91,159); }
div.DivClassName
{
background-color: #385B9F;
}
.BgClassName
{
background-color: #385B9F;
}
</style>
border-color css
<style>
span { border-color: #385B9F; }
span { border-color: rgb(56,91,159); }
td.TdClassName
{
border-color: #385B9F;
}
.TagClassName
{
border-color: #385B9F;
}
</style>