Shades of Mariner #405CAA
Tints of Mariner #405CAA
RGB
CMYK
RGB Variations
Color information
#405CAA (or 0x405CAA) is known color: Mariner. HEX triplet: 40, 5C and AA. RGB value is (64,92,170). Sum of RGB (Red+Green+Blue) = 64+92+170=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #405CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405CAA is #BFA355. Grayscale: #5C5C5C. Windows color (decimal): -12559190 or 11164736. OLE color: 11164736.
HSL color Cylindrical-coordinate representation of color #405CAA: hue angle of 224.15º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #405CAA is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 92 | 170 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.33 |
| HSL | 224.15º | 0.45% | 0.46% | - |
| HSV(B) | 224.15º | 0.62% | 0.67% | - |
| XYZ | 13.2 | 11.65 | 39.58 | - |
| YUV | 92.52 | 171.72 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 170 | 0.62 | 0.46 | 0 | 0.33 | 224.15 | 0.45 | 0.46 |
| Hex | 40 | 5C | AA | 3E | 2E | 0 | 21 | E0 | 2D | 2E |
| Octal | 100 | 134 | 252 | 76 | 56 | 0 | 41 | 340 | 55 | 56 |
| Binary | 1000000 | 1011100 | 10101010 | 111110 | 101110 | 0 | 100001 | 11100000 | 101101 | 101110 |
Color Harmonies of #405CAA
Complementary color
Monochromatic Colors of #405CAA
Black with #405CAA
Text Example
Text Example
White with #405CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405CAA; }
p { color: rgb(64,92,170); }
H1.HeaderClassName
{
color: #405CAA;
}
.AnyTagClassName
{
color: #405CAA;
}
</style>
background-color css
<style>
a { background-color: #405CAA; }
a { background-color: rgb(64,92,170); }
div.DivClassName
{
background-color: #405CAA;
}
.BgClassName
{
background-color: #405CAA;
}
</style>
border-color css
<style>
span { border-color: #405CAA; }
span { border-color: rgb(64,92,170); }
td.TdClassName
{
border-color: #405CAA;
}
.TagClassName
{
border-color: #405CAA;
}
</style>