Shades of Mariner #40559B
Tints of Mariner #40559B
RGB
CMYK
RGB Variations
Color information
#40559B (or 0x40559B) is known color: Mariner. HEX triplet: 40, 55 and 9B. RGB value is (64,85,155). Sum of RGB (Red+Green+Blue) = 64+85+155=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #40559B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40559B is #BFAA64. Grayscale: #565656. Windows color (decimal): -12560997 or 10179904. OLE color: 10179904.
HSL color Cylindrical-coordinate representation of color #40559B: hue angle of 226.15º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40559B is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 85 | 155 | - |
| CMYK | 0.59 | 0.45 | 0 | 0.39 |
| HSL | 226.15º | 0.42% | 0.43% | - |
| HSV(B) | 226.15º | 0.59% | 0.61% | - |
| XYZ | 11.28 | 9.95 | 32.34 | - |
| YUV | 86.7 | 166.54 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 85 | 155 | 0.59 | 0.45 | 0 | 0.39 | 226.15 | 0.42 | 0.43 |
| Hex | 40 | 55 | 9B | 3B | 2D | 0 | 27 | E2 | 2A | 2B |
| Octal | 100 | 125 | 233 | 73 | 55 | 0 | 47 | 342 | 52 | 53 |
| Binary | 1000000 | 1010101 | 10011011 | 111011 | 101101 | 0 | 100111 | 11100010 | 101010 | 101011 |
Color Harmonies of #40559B
Complementary color
Monochromatic Colors of #40559B
Black with #40559B
Text Example
Text Example
White with #40559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40559B; }
p { color: rgb(64,85,155); }
H1.HeaderClassName
{
color: #40559B;
}
.AnyTagClassName
{
color: #40559B;
}
</style>
background-color css
<style>
a { background-color: #40559B; }
a { background-color: rgb(64,85,155); }
div.DivClassName
{
background-color: #40559B;
}
.BgClassName
{
background-color: #40559B;
}
</style>
border-color css
<style>
span { border-color: #40559B; }
span { border-color: rgb(64,85,155); }
td.TdClassName
{
border-color: #40559B;
}
.TagClassName
{
border-color: #40559B;
}
</style>