Shades of Mariner #405C9E
Tints of Mariner #405C9E
RGB
CMYK
RGB Variations
Color information
#405C9E (or 0x405C9E) is known color: Mariner. HEX triplet: 40, 5C and 9E. RGB value is (64,92,158). Sum of RGB (Red+Green+Blue) = 64+92+158=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #405C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405C9E is #BFA361. Grayscale: #5A5A5A. Windows color (decimal): -12559202 or 10378304. OLE color: 10378304.
HSL color Cylindrical-coordinate representation of color #405C9E: hue angle of 222.13º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #405C9E is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 92 | 158 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.38 |
| HSL | 222.13º | 0.42% | 0.44% | - |
| HSV(B) | 222.13º | 0.59% | 0.62% | - |
| XYZ | 12.11 | 11.21 | 33.87 | - |
| YUV | 91.15 | 165.72 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 158 | 0.59 | 0.42 | 0 | 0.38 | 222.13 | 0.42 | 0.44 |
| Hex | 40 | 5C | 9E | 3B | 2A | 0 | 26 | DE | 2A | 2C |
| Octal | 100 | 134 | 236 | 73 | 52 | 0 | 46 | 336 | 52 | 54 |
| Binary | 1000000 | 1011100 | 10011110 | 111011 | 101010 | 0 | 100110 | 11011110 | 101010 | 101100 |
Color Harmonies of #405C9E
Complementary color
Monochromatic Colors of #405C9E
Black with #405C9E
Text Example
Text Example
White with #405C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405C9E; }
p { color: rgb(64,92,158); }
H1.HeaderClassName
{
color: #405C9E;
}
.AnyTagClassName
{
color: #405C9E;
}
</style>
background-color css
<style>
a { background-color: #405C9E; }
a { background-color: rgb(64,92,158); }
div.DivClassName
{
background-color: #405C9E;
}
.BgClassName
{
background-color: #405C9E;
}
</style>
border-color css
<style>
span { border-color: #405C9E; }
span { border-color: rgb(64,92,158); }
td.TdClassName
{
border-color: #405C9E;
}
.TagClassName
{
border-color: #405C9E;
}
</style>