Shades of Mariner #385BAD
Tints of Mariner #385BAD
RGB
CMYK
RGB Variations
Color information
#385BAD (or 0x385BAD) is known color: Mariner. HEX triplet: 38, 5B and AD. RGB value is (56,91,173). Sum of RGB (Red+Green+Blue) = 56+91+173=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #385BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385BAD is #C7A452. Grayscale: #595959. Windows color (decimal): -13083731 or 11361080. OLE color: 11361080.
HSL color Cylindrical-coordinate representation of color #385BAD: hue angle of 222.05º 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 #385BAD is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 91 | 173 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.32 |
| HSL | 222.05º | 0.51% | 0.45% | - |
| HSV(B) | 222.05º | 0.68% | 0.68% | - |
| XYZ | 12.91 | 11.34 | 41.04 | - |
| YUV | 89.88 | 174.9 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 91 | 173 | 0.68 | 0.47 | 0 | 0.32 | 222.05 | 0.51 | 0.45 |
| Hex | 38 | 5B | AD | 44 | 2F | 0 | 20 | DE | 33 | 2D |
| Octal | 70 | 133 | 255 | 104 | 57 | 0 | 40 | 336 | 63 | 55 |
| Binary | 111000 | 1011011 | 10101101 | 1000100 | 101111 | 0 | 100000 | 11011110 | 110011 | 101101 |
Color Harmonies of #385BAD
Complementary color
Monochromatic Colors of #385BAD
Black with #385BAD
Text Example
Text Example
White with #385BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385BAD; }
p { color: rgb(56,91,173); }
H1.HeaderClassName
{
color: #385BAD;
}
.AnyTagClassName
{
color: #385BAD;
}
</style>
background-color css
<style>
a { background-color: #385BAD; }
a { background-color: rgb(56,91,173); }
div.DivClassName
{
background-color: #385BAD;
}
.BgClassName
{
background-color: #385BAD;
}
</style>
border-color css
<style>
span { border-color: #385BAD; }
span { border-color: rgb(56,91,173); }
td.TdClassName
{
border-color: #385BAD;
}
.TagClassName
{
border-color: #385BAD;
}
</style>