Shades of Mariner #385EAE
Tints of Mariner #385EAE
RGB
CMYK
RGB Variations
Color information
#385EAE (or 0x385EAE) is known color: Mariner. HEX triplet: 38, 5E and AE. RGB value is (56,94,174). Sum of RGB (Red+Green+Blue) = 56+94+174=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #385EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385EAE is #C7A151. Grayscale: #5B5B5B. Windows color (decimal): -13082962 or 11427384. OLE color: 11427384.
HSL color Cylindrical-coordinate representation of color #385EAE: hue angle of 220.68º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #385EAE is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 94 | 174 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.32 |
| HSL | 220.68º | 0.51% | 0.45% | - |
| HSV(B) | 220.68º | 0.68% | 0.68% | - |
| XYZ | 13.27 | 11.9 | 41.64 | - |
| YUV | 91.76 | 174.41 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 94 | 174 | 0.68 | 0.46 | 0 | 0.32 | 220.68 | 0.51 | 0.45 |
| Hex | 38 | 5E | AE | 44 | 2E | 0 | 20 | DD | 33 | 2D |
| Octal | 70 | 136 | 256 | 104 | 56 | 0 | 40 | 335 | 63 | 55 |
| Binary | 111000 | 1011110 | 10101110 | 1000100 | 101110 | 0 | 100000 | 11011101 | 110011 | 101101 |
Color Harmonies of #385EAE
Complementary color
Monochromatic Colors of #385EAE
Black with #385EAE
Text Example
Text Example
White with #385EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385EAE; }
p { color: rgb(56,94,174); }
H1.HeaderClassName
{
color: #385EAE;
}
.AnyTagClassName
{
color: #385EAE;
}
</style>
background-color css
<style>
a { background-color: #385EAE; }
a { background-color: rgb(56,94,174); }
div.DivClassName
{
background-color: #385EAE;
}
.BgClassName
{
background-color: #385EAE;
}
</style>
border-color css
<style>
span { border-color: #385EAE; }
span { border-color: rgb(56,94,174); }
td.TdClassName
{
border-color: #385EAE;
}
.TagClassName
{
border-color: #385EAE;
}
</style>