Shades of Mariner #405CA8
Tints of Mariner #405CA8
RGB
CMYK
RGB Variations
Color information
#405CA8 (or 0x405CA8) is known color: Mariner. HEX triplet: 40, 5C and A8. RGB value is (64,92,168). Sum of RGB (Red+Green+Blue) = 64+92+168=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 168 (66.02% from 255 or 51.85% from 324); Max value from RGB is 168 - color contains mainly: blue. Hex color #405CA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405CA8 is #BFA357. Grayscale: #5B5B5B. Windows color (decimal): -12559192 or 11033664. OLE color: 11033664.
HSL color Cylindrical-coordinate representation of color #405CA8: hue angle of 223.85º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #405CA8 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 64 | 92 | 168 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.34 |
| HSL | 223.85º | 0.45% | 0.45% | - |
| HSV(B) | 223.85º | 0.62% | 0.66% | - |
| XYZ | 13.01 | 11.57 | 38.59 | - |
| YUV | 92.29 | 170.72 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 168 | 0.62 | 0.45 | 0 | 0.34 | 223.85 | 0.45 | 0.45 |
| Hex | 40 | 5C | A8 | 3E | 2D | 0 | 22 | E0 | 2D | 2D |
| Octal | 100 | 134 | 250 | 76 | 55 | 0 | 42 | 340 | 55 | 55 |
| Binary | 1000000 | 1011100 | 10101000 | 111110 | 101101 | 0 | 100010 | 11100000 | 101101 | 101101 |
Color Harmonies of #405CA8
Complementary color
Monochromatic Colors of #405CA8
Black with #405CA8
Text Example
Text Example
White with #405CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405CA8; }
p { color: rgb(64,92,168); }
H1.HeaderClassName
{
color: #405CA8;
}
.AnyTagClassName
{
color: #405CA8;
}
</style>
background-color css
<style>
a { background-color: #405CA8; }
a { background-color: rgb(64,92,168); }
div.DivClassName
{
background-color: #405CA8;
}
.BgClassName
{
background-color: #405CA8;
}
</style>
border-color css
<style>
span { border-color: #405CA8; }
span { border-color: rgb(64,92,168); }
td.TdClassName
{
border-color: #405CA8;
}
.TagClassName
{
border-color: #405CA8;
}
</style>