Shades of Mariner #385A98
Tints of Mariner #385A98
RGB
CMYK
RGB Variations
Color information
#385A98 (or 0x385A98) is known color: Mariner. HEX triplet: 38, 5A and 98. RGB value is (56,90,152). Sum of RGB (Red+Green+Blue) = 56+90+152=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 152 (59.77% from 255 or 51.01% from 298); Max value from RGB is 152 - color contains mainly: blue. Hex color #385A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385A98 is #C7A567. Grayscale: #565656. Windows color (decimal): -13084008 or 9984568. OLE color: 9984568.
HSL color Cylindrical-coordinate representation of color #385A98: hue angle of 218.75º 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 #385A98 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 90 | 152 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.40 |
| HSL | 218.75º | 0.46% | 0.41% | - |
| HSV(B) | 218.75º | 0.63% | 0.6% | - |
| XYZ | 10.95 | 10.42 | 31.14 | - |
| YUV | 86.9 | 164.74 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 152 | 0.63 | 0.41 | 0 | 0.40 | 218.75 | 0.46 | 0.41 |
| Hex | 38 | 5A | 98 | 3F | 29 | 0 | 28 | DB | 2E | 29 |
| Octal | 70 | 132 | 230 | 77 | 51 | 0 | 50 | 333 | 56 | 51 |
| Binary | 111000 | 1011010 | 10011000 | 111111 | 101001 | 0 | 101000 | 11011011 | 101110 | 101001 |
Color Harmonies of #385A98
Complementary color
Monochromatic Colors of #385A98
Black with #385A98
Text Example
Text Example
White with #385A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385A98; }
p { color: rgb(56,90,152); }
H1.HeaderClassName
{
color: #385A98;
}
.AnyTagClassName
{
color: #385A98;
}
</style>
background-color css
<style>
a { background-color: #385A98; }
a { background-color: rgb(56,90,152); }
div.DivClassName
{
background-color: #385A98;
}
.BgClassName
{
background-color: #385A98;
}
</style>
border-color css
<style>
span { border-color: #385A98; }
span { border-color: rgb(56,90,152); }
td.TdClassName
{
border-color: #385A98;
}
.TagClassName
{
border-color: #385A98;
}
</style>