Shades of Mariner #41589F
Tints of Mariner #41589F
RGB
CMYK
RGB Variations
Color information
#41589F (or 0x41589F) is known color: Mariner. HEX triplet: 41, 58 and 9F. RGB value is (65,88,159). Sum of RGB (Red+Green+Blue) = 65+88+159=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #41589F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41589F is #BEA760. Grayscale: #585858. Windows color (decimal): -12494689 or 10442817. OLE color: 10442817.
HSL color Cylindrical-coordinate representation of color #41589F: hue angle of 225.32º 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 #41589F is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 88 | 159 | - |
| CMYK | 0.59 | 0.45 | 0 | 0.38 |
| HSL | 225.32º | 0.42% | 0.44% | - |
| HSV(B) | 225.32º | 0.59% | 0.62% | - |
| XYZ | 11.93 | 10.61 | 34.22 | - |
| YUV | 89.22 | 167.38 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 88 | 159 | 0.59 | 0.45 | 0 | 0.38 | 225.32 | 0.42 | 0.44 |
| Hex | 41 | 58 | 9F | 3B | 2D | 0 | 26 | E1 | 2A | 2C |
| Octal | 101 | 130 | 237 | 73 | 55 | 0 | 46 | 341 | 52 | 54 |
| Binary | 1000001 | 1011000 | 10011111 | 111011 | 101101 | 0 | 100110 | 11100001 | 101010 | 101100 |
Color Harmonies of #41589F
Complementary color
Monochromatic Colors of #41589F
Black with #41589F
Text Example
Text Example
White with #41589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41589F; }
p { color: rgb(65,88,159); }
H1.HeaderClassName
{
color: #41589F;
}
.AnyTagClassName
{
color: #41589F;
}
</style>
background-color css
<style>
a { background-color: #41589F; }
a { background-color: rgb(65,88,159); }
div.DivClassName
{
background-color: #41589F;
}
.BgClassName
{
background-color: #41589F;
}
</style>
border-color css
<style>
span { border-color: #41589F; }
span { border-color: rgb(65,88,159); }
td.TdClassName
{
border-color: #41589F;
}
.TagClassName
{
border-color: #41589F;
}
</style>