Shades of Mariner #41689F
Tints of Mariner #41689F
RGB
CMYK
RGB Variations
Color information
#41689F (or 0x41689F) is known color: Mariner. HEX triplet: 41, 68 and 9F. RGB value is (65,104,159). Sum of RGB (Red+Green+Blue) = 65+104+159=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #41689F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41689F is #BE9760. Grayscale: #626262. Windows color (decimal): -12490593 or 10446913. OLE color: 10446913.
HSL color Cylindrical-coordinate representation of color #41689F: hue angle of 215.11º 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 #41689F is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 104 | 159 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.38 |
| HSL | 215.11º | 0.42% | 0.44% | - |
| HSV(B) | 215.11º | 0.59% | 0.62% | - |
| XYZ | 13.39 | 13.53 | 34.71 | - |
| YUV | 98.61 | 162.08 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 104 | 159 | 0.59 | 0.35 | 0 | 0.38 | 215.11 | 0.42 | 0.44 |
| Hex | 41 | 68 | 9F | 3B | 23 | 0 | 26 | D7 | 2A | 2C |
| Octal | 101 | 150 | 237 | 73 | 43 | 0 | 46 | 327 | 52 | 54 |
| Binary | 1000001 | 1101000 | 10011111 | 111011 | 100011 | 0 | 100110 | 11010111 | 101010 | 101100 |
Color Harmonies of #41689F
Complementary color
Monochromatic Colors of #41689F
Black with #41689F
Text Example
Text Example
White with #41689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41689F; }
p { color: rgb(65,104,159); }
H1.HeaderClassName
{
color: #41689F;
}
.AnyTagClassName
{
color: #41689F;
}
</style>
background-color css
<style>
a { background-color: #41689F; }
a { background-color: rgb(65,104,159); }
div.DivClassName
{
background-color: #41689F;
}
.BgClassName
{
background-color: #41689F;
}
</style>
border-color css
<style>
span { border-color: #41689F; }
span { border-color: rgb(65,104,159); }
td.TdClassName
{
border-color: #41689F;
}
.TagClassName
{
border-color: #41689F;
}
</style>