Shades of Mariner #40659C
Tints of Mariner #40659C
RGB
CMYK
RGB Variations
Color information
#40659C (or 0x40659C) is known color: Mariner. HEX triplet: 40, 65 and 9C. RGB value is (64,101,156). Sum of RGB (Red+Green+Blue) = 64+101+156=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #40659C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40659C is #BF9A63. Grayscale: #5F5F5F. Windows color (decimal): -12556900 or 10249536. OLE color: 10249536.
HSL color Cylindrical-coordinate representation of color #40659C: hue angle of 215.87º 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 #40659C is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 101 | 156 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.39 |
| HSL | 215.87º | 0.42% | 0.43% | - |
| HSV(B) | 215.87º | 0.59% | 0.61% | - |
| XYZ | 12.77 | 12.8 | 33.25 | - |
| YUV | 96.21 | 161.74 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 101 | 156 | 0.59 | 0.35 | 0 | 0.39 | 215.87 | 0.42 | 0.43 |
| Hex | 40 | 65 | 9C | 3B | 23 | 0 | 27 | D8 | 2A | 2B |
| Octal | 100 | 145 | 234 | 73 | 43 | 0 | 47 | 330 | 52 | 53 |
| Binary | 1000000 | 1100101 | 10011100 | 111011 | 100011 | 0 | 100111 | 11011000 | 101010 | 101011 |
Color Harmonies of #40659C
Complementary color
Monochromatic Colors of #40659C
Black with #40659C
Text Example
Text Example
White with #40659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40659C; }
p { color: rgb(64,101,156); }
H1.HeaderClassName
{
color: #40659C;
}
.AnyTagClassName
{
color: #40659C;
}
</style>
background-color css
<style>
a { background-color: #40659C; }
a { background-color: rgb(64,101,156); }
div.DivClassName
{
background-color: #40659C;
}
.BgClassName
{
background-color: #40659C;
}
</style>
border-color css
<style>
span { border-color: #40659C; }
span { border-color: rgb(64,101,156); }
td.TdClassName
{
border-color: #40659C;
}
.TagClassName
{
border-color: #40659C;
}
</style>