Shades of Mariner #40589F
Tints of Mariner #40589F
RGB
CMYK
RGB Variations
Color information
#40589F (or 0x40589F) is known color: Mariner. HEX triplet: 40, 58 and 9F. RGB value is (64,88,159). Sum of RGB (Red+Green+Blue) = 64+88+159=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #40589F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40589F is #BFA760. Grayscale: #585858. Windows color (decimal): -12560225 or 10442816. OLE color: 10442816.
HSL color Cylindrical-coordinate representation of color #40589F: hue angle of 224.84º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40589F is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 88 | 159 | - |
| CMYK | 0.60 | 0.45 | 0 | 0.38 |
| HSL | 224.84º | 0.43% | 0.44% | - |
| HSV(B) | 224.84º | 0.6% | 0.62% | - |
| XYZ | 11.86 | 10.57 | 34.22 | - |
| YUV | 88.92 | 167.55 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 88 | 159 | 0.60 | 0.45 | 0 | 0.38 | 224.84 | 0.43 | 0.44 |
| Hex | 40 | 58 | 9F | 3C | 2D | 0 | 26 | E1 | 2B | 2C |
| Octal | 100 | 130 | 237 | 74 | 55 | 0 | 46 | 341 | 53 | 54 |
| Binary | 1000000 | 1011000 | 10011111 | 111100 | 101101 | 0 | 100110 | 11100001 | 101011 | 101100 |
Color Harmonies of #40589F
Complementary color
Monochromatic Colors of #40589F
Black with #40589F
Text Example
Text Example
White with #40589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40589F; }
p { color: rgb(64,88,159); }
H1.HeaderClassName
{
color: #40589F;
}
.AnyTagClassName
{
color: #40589F;
}
</style>
background-color css
<style>
a { background-color: #40589F; }
a { background-color: rgb(64,88,159); }
div.DivClassName
{
background-color: #40589F;
}
.BgClassName
{
background-color: #40589F;
}
</style>
border-color css
<style>
span { border-color: #40589F; }
span { border-color: rgb(64,88,159); }
td.TdClassName
{
border-color: #40589F;
}
.TagClassName
{
border-color: #40589F;
}
</style>