Shades of Mariner #385C9F
Tints of Mariner #385C9F
RGB
CMYK
RGB Variations
Color information
#385C9F (or 0x385C9F) is known color: Mariner. HEX triplet: 38, 5C and 9F. RGB value is (56,92,159). Sum of RGB (Red+Green+Blue) = 56+92+159=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #385C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385C9F is #C7A360. Grayscale: #585858. Windows color (decimal): -13083489 or 10443832. OLE color: 10443832.
HSL color Cylindrical-coordinate representation of color #385C9F: hue angle of 219.03º 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 #385C9F is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 92 | 159 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.38 |
| HSL | 219.03º | 0.48% | 0.42% | - |
| HSV(B) | 219.03º | 0.65% | 0.62% | - |
| XYZ | 11.72 | 11 | 34.31 | - |
| YUV | 88.87 | 167.57 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 159 | 0.65 | 0.42 | 0 | 0.38 | 219.03 | 0.48 | 0.42 |
| Hex | 38 | 5C | 9F | 41 | 2A | 0 | 26 | DB | 30 | 2A |
| Octal | 70 | 134 | 237 | 101 | 52 | 0 | 46 | 333 | 60 | 52 |
| Binary | 111000 | 1011100 | 10011111 | 1000001 | 101010 | 0 | 100110 | 11011011 | 110000 | 101010 |
Color Harmonies of #385C9F
Complementary color
Monochromatic Colors of #385C9F
Black with #385C9F
Text Example
Text Example
White with #385C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385C9F; }
p { color: rgb(56,92,159); }
H1.HeaderClassName
{
color: #385C9F;
}
.AnyTagClassName
{
color: #385C9F;
}
</style>
background-color css
<style>
a { background-color: #385C9F; }
a { background-color: rgb(56,92,159); }
div.DivClassName
{
background-color: #385C9F;
}
.BgClassName
{
background-color: #385C9F;
}
</style>
border-color css
<style>
span { border-color: #385C9F; }
span { border-color: rgb(56,92,159); }
td.TdClassName
{
border-color: #385C9F;
}
.TagClassName
{
border-color: #385C9F;
}
</style>