Shades of Mariner #41589B
Tints of Mariner #41589B
RGB
CMYK
RGB Variations
Color information
#41589B (or 0x41589B) is known color: Mariner. HEX triplet: 41, 58 and 9B. RGB value is (65,88,155). Sum of RGB (Red+Green+Blue) = 65+88+155=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #41589B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41589B is #BEA764. Grayscale: #585858. Windows color (decimal): -12494693 or 10180673. OLE color: 10180673.
HSL color Cylindrical-coordinate representation of color #41589B: hue angle of 224.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41589B is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 88 | 155 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.39 |
| HSL | 224.67º | 0.41% | 0.43% | - |
| HSV(B) | 224.67º | 0.58% | 0.61% | - |
| XYZ | 11.59 | 10.47 | 32.42 | - |
| YUV | 88.76 | 165.38 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 88 | 155 | 0.58 | 0.43 | 0 | 0.39 | 224.67 | 0.41 | 0.43 |
| Hex | 41 | 58 | 9B | 3A | 2B | 0 | 27 | E1 | 29 | 2B |
| Octal | 101 | 130 | 233 | 72 | 53 | 0 | 47 | 341 | 51 | 53 |
| Binary | 1000001 | 1011000 | 10011011 | 111010 | 101011 | 0 | 100111 | 11100001 | 101001 | 101011 |
Color Harmonies of #41589B
Complementary color
Monochromatic Colors of #41589B
Black with #41589B
Text Example
Text Example
White with #41589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41589B; }
p { color: rgb(65,88,155); }
H1.HeaderClassName
{
color: #41589B;
}
.AnyTagClassName
{
color: #41589B;
}
</style>
background-color css
<style>
a { background-color: #41589B; }
a { background-color: rgb(65,88,155); }
div.DivClassName
{
background-color: #41589B;
}
.BgClassName
{
background-color: #41589B;
}
</style>
border-color css
<style>
span { border-color: #41589B; }
span { border-color: rgb(65,88,155); }
td.TdClassName
{
border-color: #41589B;
}
.TagClassName
{
border-color: #41589B;
}
</style>