Shades of Mariner #38549D
Tints of Mariner #38549D
RGB
CMYK
RGB Variations
Color information
#38549D (or 0x38549D) is known color: Mariner. HEX triplet: 38, 54 and 9D. RGB value is (56,84,157). Sum of RGB (Red+Green+Blue) = 56+84+157=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #38549D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38549D is #C7AB62. Grayscale: #535353. Windows color (decimal): -13085539 or 10310712. OLE color: 10310712.
HSL color Cylindrical-coordinate representation of color #38549D: hue angle of 223.37º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38549D is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 84 | 157 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.38 |
| HSL | 223.37º | 0.47% | 0.42% | - |
| HSV(B) | 223.37º | 0.64% | 0.62% | - |
| XYZ | 10.89 | 9.62 | 33.18 | - |
| YUV | 83.95 | 169.22 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 84 | 157 | 0.64 | 0.46 | 0 | 0.38 | 223.37 | 0.47 | 0.42 |
| Hex | 38 | 54 | 9D | 40 | 2E | 0 | 26 | DF | 2F | 2A |
| Octal | 70 | 124 | 235 | 100 | 56 | 0 | 46 | 337 | 57 | 52 |
| Binary | 111000 | 1010100 | 10011101 | 1000000 | 101110 | 0 | 100110 | 11011111 | 101111 | 101010 |
Color Harmonies of #38549D
Complementary color
Monochromatic Colors of #38549D
Black with #38549D
Text Example
Text Example
White with #38549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38549D; }
p { color: rgb(56,84,157); }
H1.HeaderClassName
{
color: #38549D;
}
.AnyTagClassName
{
color: #38549D;
}
</style>
background-color css
<style>
a { background-color: #38549D; }
a { background-color: rgb(56,84,157); }
div.DivClassName
{
background-color: #38549D;
}
.BgClassName
{
background-color: #38549D;
}
</style>
border-color css
<style>
span { border-color: #38549D; }
span { border-color: rgb(56,84,157); }
td.TdClassName
{
border-color: #38549D;
}
.TagClassName
{
border-color: #38549D;
}
</style>