Shades of Mariner #41559F
Tints of Mariner #41559F
RGB
CMYK
RGB Variations
Color information
#41559F (or 0x41559F) is known color: Mariner. HEX triplet: 41, 55 and 9F. RGB value is (65,85,159). Sum of RGB (Red+Green+Blue) = 65+85+159=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #41559F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41559F is #BEAA60. Grayscale: #575757. Windows color (decimal): -12495457 or 10442049. OLE color: 10442049.
HSL color Cylindrical-coordinate representation of color #41559F: hue angle of 227.23º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41559F is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 85 | 159 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.38 |
| HSL | 227.23º | 0.42% | 0.44% | - |
| HSV(B) | 227.23º | 0.59% | 0.62% | - |
| XYZ | 11.69 | 10.12 | 34.14 | - |
| YUV | 87.46 | 168.37 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 85 | 159 | 0.59 | 0.47 | 0 | 0.38 | 227.23 | 0.42 | 0.44 |
| Hex | 41 | 55 | 9F | 3B | 2F | 0 | 26 | E3 | 2A | 2C |
| Octal | 101 | 125 | 237 | 73 | 57 | 0 | 46 | 343 | 52 | 54 |
| Binary | 1000001 | 1010101 | 10011111 | 111011 | 101111 | 0 | 100110 | 11100011 | 101010 | 101100 |
Color Harmonies of #41559F
Complementary color
Monochromatic Colors of #41559F
Black with #41559F
Text Example
Text Example
White with #41559F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41559F; }
p { color: rgb(65,85,159); }
H1.HeaderClassName
{
color: #41559F;
}
.AnyTagClassName
{
color: #41559F;
}
</style>
background-color css
<style>
a { background-color: #41559F; }
a { background-color: rgb(65,85,159); }
div.DivClassName
{
background-color: #41559F;
}
.BgClassName
{
background-color: #41559F;
}
</style>
border-color css
<style>
span { border-color: #41559F; }
span { border-color: rgb(65,85,159); }
td.TdClassName
{
border-color: #41559F;
}
.TagClassName
{
border-color: #41559F;
}
</style>