Shades of Mariner #38529D
Tints of Mariner #38529D
RGB
CMYK
RGB Variations
Color information
#38529D (or 0x38529D) is known color: Mariner. HEX triplet: 38, 52 and 9D. RGB value is (56,82,157). Sum of RGB (Red+Green+Blue) = 56+82+157=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #38529D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38529D is #C7AD62. Grayscale: #525252. Windows color (decimal): -13086051 or 10310200. OLE color: 10310200.
HSL color Cylindrical-coordinate representation of color #38529D: hue angle of 224.55º 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 #38529D is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 82 | 157 | - |
| CMYK | 0.64 | 0.48 | 0 | 0.38 |
| HSL | 224.55º | 0.47% | 0.42% | - |
| HSV(B) | 224.55º | 0.64% | 0.62% | - |
| XYZ | 10.73 | 9.31 | 33.13 | - |
| YUV | 82.78 | 169.89 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 82 | 157 | 0.64 | 0.48 | 0 | 0.38 | 224.55 | 0.47 | 0.42 |
| Hex | 38 | 52 | 9D | 40 | 30 | 0 | 26 | E1 | 2F | 2A |
| Octal | 70 | 122 | 235 | 100 | 60 | 0 | 46 | 341 | 57 | 52 |
| Binary | 111000 | 1010010 | 10011101 | 1000000 | 110000 | 0 | 100110 | 11100001 | 101111 | 101010 |
Color Harmonies of #38529D
Complementary color
Monochromatic Colors of #38529D
Black with #38529D
Text Example
Text Example
White with #38529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38529D; }
p { color: rgb(56,82,157); }
H1.HeaderClassName
{
color: #38529D;
}
.AnyTagClassName
{
color: #38529D;
}
</style>
background-color css
<style>
a { background-color: #38529D; }
a { background-color: rgb(56,82,157); }
div.DivClassName
{
background-color: #38529D;
}
.BgClassName
{
background-color: #38529D;
}
</style>
border-color css
<style>
span { border-color: #38529D; }
span { border-color: rgb(56,82,157); }
td.TdClassName
{
border-color: #38529D;
}
.TagClassName
{
border-color: #38529D;
}
</style>