Shades of Mariner #40599D
Tints of Mariner #40599D
RGB
CMYK
RGB Variations
Color information
#40599D (or 0x40599D) is known color: Mariner. HEX triplet: 40, 59 and 9D. RGB value is (64,89,157). Sum of RGB (Red+Green+Blue) = 64+89+157=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #40599D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40599D is #BFA662. Grayscale: #585858. Windows color (decimal): -12559971 or 10312000. OLE color: 10312000.
HSL color Cylindrical-coordinate representation of color #40599D: hue angle of 223.87º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40599D is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 89 | 157 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.38 |
| HSL | 223.87º | 0.42% | 0.43% | - |
| HSV(B) | 223.87º | 0.59% | 0.62% | - |
| XYZ | 11.77 | 10.67 | 33.34 | - |
| YUV | 89.28 | 166.22 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 89 | 157 | 0.59 | 0.43 | 0 | 0.38 | 223.87 | 0.42 | 0.43 |
| Hex | 40 | 59 | 9D | 3B | 2B | 0 | 26 | E0 | 2A | 2B |
| Octal | 100 | 131 | 235 | 73 | 53 | 0 | 46 | 340 | 52 | 53 |
| Binary | 1000000 | 1011001 | 10011101 | 111011 | 101011 | 0 | 100110 | 11100000 | 101010 | 101011 |
Color Harmonies of #40599D
Complementary color
Monochromatic Colors of #40599D
Black with #40599D
Text Example
Text Example
White with #40599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40599D; }
p { color: rgb(64,89,157); }
H1.HeaderClassName
{
color: #40599D;
}
.AnyTagClassName
{
color: #40599D;
}
</style>
background-color css
<style>
a { background-color: #40599D; }
a { background-color: rgb(64,89,157); }
div.DivClassName
{
background-color: #40599D;
}
.BgClassName
{
background-color: #40599D;
}
</style>
border-color css
<style>
span { border-color: #40599D; }
span { border-color: rgb(64,89,157); }
td.TdClassName
{
border-color: #40599D;
}
.TagClassName
{
border-color: #40599D;
}
</style>