Shades of Mariner #385CAD
Tints of Mariner #385CAD
RGB
CMYK
RGB Variations
Color information
#385CAD (or 0x385CAD) is known color: Mariner. HEX triplet: 38, 5C and AD. RGB value is (56,92,173). Sum of RGB (Red+Green+Blue) = 56+92+173=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #385CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385CAD is #C7A352. Grayscale: #5A5A5A. Windows color (decimal): -13083475 or 11361336. OLE color: 11361336.
HSL color Cylindrical-coordinate representation of color #385CAD: hue angle of 221.54º 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 #385CAD is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 92 | 173 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.32 |
| HSL | 221.54º | 0.51% | 0.45% | - |
| HSV(B) | 221.54º | 0.68% | 0.68% | - |
| XYZ | 13 | 11.51 | 41.07 | - |
| YUV | 90.47 | 174.57 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 173 | 0.68 | 0.47 | 0 | 0.32 | 221.54 | 0.51 | 0.45 |
| Hex | 38 | 5C | AD | 44 | 2F | 0 | 20 | DE | 33 | 2D |
| Octal | 70 | 134 | 255 | 104 | 57 | 0 | 40 | 336 | 63 | 55 |
| Binary | 111000 | 1011100 | 10101101 | 1000100 | 101111 | 0 | 100000 | 11011110 | 110011 | 101101 |
Color Harmonies of #385CAD
Complementary color
Monochromatic Colors of #385CAD
Black with #385CAD
Text Example
Text Example
White with #385CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385CAD; }
p { color: rgb(56,92,173); }
H1.HeaderClassName
{
color: #385CAD;
}
.AnyTagClassName
{
color: #385CAD;
}
</style>
background-color css
<style>
a { background-color: #385CAD; }
a { background-color: rgb(56,92,173); }
div.DivClassName
{
background-color: #385CAD;
}
.BgClassName
{
background-color: #385CAD;
}
</style>
border-color css
<style>
span { border-color: #385CAD; }
span { border-color: rgb(56,92,173); }
td.TdClassName
{
border-color: #385CAD;
}
.TagClassName
{
border-color: #385CAD;
}
</style>