Shades of Mariner #385C98
Tints of Mariner #385C98
RGB
CMYK
RGB Variations
Color information
#385C98 (or 0x385C98) is known color: Mariner. HEX triplet: 38, 5C and 98. RGB value is (56,92,152). Sum of RGB (Red+Green+Blue) = 56+92+152=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #385C98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385C98 is #C7A367. Grayscale: #575757. Windows color (decimal): -13083496 or 9985080. OLE color: 9985080.
HSL color Cylindrical-coordinate representation of color #385C98: hue angle of 217.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #385C98 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 92 | 152 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.40 |
| HSL | 217.5º | 0.46% | 0.41% | - |
| HSV(B) | 217.5º | 0.63% | 0.6% | - |
| XYZ | 11.13 | 10.76 | 31.2 | - |
| YUV | 88.08 | 164.07 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 152 | 0.63 | 0.39 | 0 | 0.40 | 217.5 | 0.46 | 0.41 |
| Hex | 38 | 5C | 98 | 3F | 27 | 0 | 28 | DA | 2E | 29 |
| Octal | 70 | 134 | 230 | 77 | 47 | 0 | 50 | 332 | 56 | 51 |
| Binary | 111000 | 1011100 | 10011000 | 111111 | 100111 | 0 | 101000 | 11011010 | 101110 | 101001 |
Color Harmonies of #385C98
Complementary color
Monochromatic Colors of #385C98
Black with #385C98
Text Example
Text Example
White with #385C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385C98; }
p { color: rgb(56,92,152); }
H1.HeaderClassName
{
color: #385C98;
}
.AnyTagClassName
{
color: #385C98;
}
</style>
background-color css
<style>
a { background-color: #385C98; }
a { background-color: rgb(56,92,152); }
div.DivClassName
{
background-color: #385C98;
}
.BgClassName
{
background-color: #385C98;
}
</style>
border-color css
<style>
span { border-color: #385C98; }
span { border-color: rgb(56,92,152); }
td.TdClassName
{
border-color: #385C98;
}
.TagClassName
{
border-color: #385C98;
}
</style>