Shades of Mariner #405CAC
Tints of Mariner #405CAC
RGB
CMYK
RGB Variations
Color information
#405CAC (or 0x405CAC) is known color: Mariner. HEX triplet: 40, 5C and AC. RGB value is (64,92,172). Sum of RGB (Red+Green+Blue) = 64+92+172=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #405CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405CAC is #BFA353. Grayscale: #5C5C5C. Windows color (decimal): -12559188 or 11295808. OLE color: 11295808.
HSL color Cylindrical-coordinate representation of color #405CAC: hue angle of 224.44º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #405CAC is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 92 | 172 | - |
| CMYK | 0.63 | 0.47 | 0 | 0.33 |
| HSL | 224.44º | 0.46% | 0.46% | - |
| HSV(B) | 224.44º | 0.63% | 0.67% | - |
| XYZ | 13.39 | 11.72 | 40.59 | - |
| YUV | 92.75 | 172.72 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 172 | 0.63 | 0.47 | 0 | 0.33 | 224.44 | 0.46 | 0.46 |
| Hex | 40 | 5C | AC | 3F | 2F | 0 | 21 | E0 | 2E | 2E |
| Octal | 100 | 134 | 254 | 77 | 57 | 0 | 41 | 340 | 56 | 56 |
| Binary | 1000000 | 1011100 | 10101100 | 111111 | 101111 | 0 | 100001 | 11100000 | 101110 | 101110 |
Color Harmonies of #405CAC
Complementary color
Monochromatic Colors of #405CAC
Black with #405CAC
Text Example
Text Example
White with #405CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405CAC; }
p { color: rgb(64,92,172); }
H1.HeaderClassName
{
color: #405CAC;
}
.AnyTagClassName
{
color: #405CAC;
}
</style>
background-color css
<style>
a { background-color: #405CAC; }
a { background-color: rgb(64,92,172); }
div.DivClassName
{
background-color: #405CAC;
}
.BgClassName
{
background-color: #405CAC;
}
</style>
border-color css
<style>
span { border-color: #405CAC; }
span { border-color: rgb(64,92,172); }
td.TdClassName
{
border-color: #405CAC;
}
.TagClassName
{
border-color: #405CAC;
}
</style>