Shades of Mariner #38539D
Tints of Mariner #38539D
RGB
CMYK
RGB Variations
Color information
#38539D (or 0x38539D) is known color: Mariner. HEX triplet: 38, 53 and 9D. RGB value is (56,83,157). Sum of RGB (Red+Green+Blue) = 56+83+157=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 157 (61.72% from 255 or 53.04% from 296); Max value from RGB is 157 - color contains mainly: blue. Hex color #38539D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38539D is #C7AC62. Grayscale: #535353. Windows color (decimal): -13085795 or 10310456. OLE color: 10310456.
HSL color Cylindrical-coordinate representation of color #38539D: hue angle of 223.96º 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 #38539D is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 83 | 157 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.38 |
| HSL | 223.96º | 0.47% | 0.42% | - |
| HSV(B) | 223.96º | 0.64% | 0.62% | - |
| XYZ | 10.81 | 9.46 | 33.15 | - |
| YUV | 83.36 | 169.55 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 83 | 157 | 0.64 | 0.47 | 0 | 0.38 | 223.96 | 0.47 | 0.42 |
| Hex | 38 | 53 | 9D | 40 | 2F | 0 | 26 | E0 | 2F | 2A |
| Octal | 70 | 123 | 235 | 100 | 57 | 0 | 46 | 340 | 57 | 52 |
| Binary | 111000 | 1010011 | 10011101 | 1000000 | 101111 | 0 | 100110 | 11100000 | 101111 | 101010 |
Color Harmonies of #38539D
Complementary color
Monochromatic Colors of #38539D
Black with #38539D
Text Example
Text Example
White with #38539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38539D; }
p { color: rgb(56,83,157); }
H1.HeaderClassName
{
color: #38539D;
}
.AnyTagClassName
{
color: #38539D;
}
</style>
background-color css
<style>
a { background-color: #38539D; }
a { background-color: rgb(56,83,157); }
div.DivClassName
{
background-color: #38539D;
}
.BgClassName
{
background-color: #38539D;
}
</style>
border-color css
<style>
span { border-color: #38539D; }
span { border-color: rgb(56,83,157); }
td.TdClassName
{
border-color: #38539D;
}
.TagClassName
{
border-color: #38539D;
}
</style>