Shades of Mariner #3B529F
Tints of Mariner #3B529F
RGB
CMYK
RGB Variations
Color information
#3B529F (or 0x3B529F) is known color: Mariner. HEX triplet: 3B, 52 and 9F. RGB value is (59,82,159). Sum of RGB (Red+Green+Blue) = 59+82+159=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B529F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B529F is #C4AD60. Grayscale: #535353. Windows color (decimal): -12889441 or 10441275. OLE color: 10441275.
HSL color Cylindrical-coordinate representation of color #3B529F: hue angle of 226.2º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B529F is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 82 | 159 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.38 |
| HSL | 226.2º | 0.46% | 0.43% | - |
| HSV(B) | 226.2º | 0.63% | 0.62% | - |
| XYZ | 11.08 | 9.47 | 34.04 | - |
| YUV | 83.9 | 170.38 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 82 | 159 | 0.63 | 0.48 | 0 | 0.38 | 226.2 | 0.46 | 0.43 |
| Hex | 3B | 52 | 9F | 3F | 30 | 0 | 26 | E2 | 2E | 2B |
| Octal | 73 | 122 | 237 | 77 | 60 | 0 | 46 | 342 | 56 | 53 |
| Binary | 111011 | 1010010 | 10011111 | 111111 | 110000 | 0 | 100110 | 11100010 | 101110 | 101011 |
Color Harmonies of #3B529F
Complementary color
Monochromatic Colors of #3B529F
Black with #3B529F
Text Example
Text Example
White with #3B529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B529F; }
p { color: rgb(59,82,159); }
H1.HeaderClassName
{
color: #3B529F;
}
.AnyTagClassName
{
color: #3B529F;
}
</style>
background-color css
<style>
a { background-color: #3B529F; }
a { background-color: rgb(59,82,159); }
div.DivClassName
{
background-color: #3B529F;
}
.BgClassName
{
background-color: #3B529F;
}
</style>
border-color css
<style>
span { border-color: #3B529F; }
span { border-color: rgb(59,82,159); }
td.TdClassName
{
border-color: #3B529F;
}
.TagClassName
{
border-color: #3B529F;
}
</style>