Shades of Mariner #38529F
Tints of Mariner #38529F
RGB
CMYK
RGB Variations
Color information
#38529F (or 0x38529F) is known color: Mariner. HEX triplet: 38, 52 and 9F. RGB value is (56,82,159). Sum of RGB (Red+Green+Blue) = 56+82+159=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #38529F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38529F is #C7AD60. Grayscale: #525252. Windows color (decimal): -13086049 or 10441272. OLE color: 10441272.
HSL color Cylindrical-coordinate representation of color #38529F: hue angle of 224.85º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38529F is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 82 | 159 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.38 |
| HSL | 224.85º | 0.48% | 0.42% | - |
| HSV(B) | 224.85º | 0.65% | 0.62% | - |
| XYZ | 10.91 | 9.38 | 34.04 | - |
| YUV | 83 | 170.89 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 82 | 159 | 0.65 | 0.48 | 0 | 0.38 | 224.85 | 0.48 | 0.42 |
| Hex | 38 | 52 | 9F | 41 | 30 | 0 | 26 | E1 | 30 | 2A |
| Octal | 70 | 122 | 237 | 101 | 60 | 0 | 46 | 341 | 60 | 52 |
| Binary | 111000 | 1010010 | 10011111 | 1000001 | 110000 | 0 | 100110 | 11100001 | 110000 | 101010 |
Color Harmonies of #38529F
Complementary color
Monochromatic Colors of #38529F
Black with #38529F
Text Example
Text Example
White with #38529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38529F; }
p { color: rgb(56,82,159); }
H1.HeaderClassName
{
color: #38529F;
}
.AnyTagClassName
{
color: #38529F;
}
</style>
background-color css
<style>
a { background-color: #38529F; }
a { background-color: rgb(56,82,159); }
div.DivClassName
{
background-color: #38529F;
}
.BgClassName
{
background-color: #38529F;
}
</style>
border-color css
<style>
span { border-color: #38529F; }
span { border-color: rgb(56,82,159); }
td.TdClassName
{
border-color: #38529F;
}
.TagClassName
{
border-color: #38529F;
}
</style>