Shades of Mariner #405AAA
Tints of Mariner #405AAA
RGB
CMYK
RGB Variations
Color information
#405AAA (or 0x405AAA) is known color: Mariner. HEX triplet: 40, 5A and AA. RGB value is (64,90,170). Sum of RGB (Red+Green+Blue) = 64+90+170=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #405AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405AAA is #BFA555. Grayscale: #5B5B5B. Windows color (decimal): -12559702 or 11164224. OLE color: 11164224.
HSL color Cylindrical-coordinate representation of color #405AAA: hue angle of 225.28º 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 #405AAA is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 90 | 170 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.33 |
| HSL | 225.28º | 0.45% | 0.46% | - |
| HSV(B) | 225.28º | 0.62% | 0.67% | - |
| XYZ | 13.03 | 11.3 | 39.53 | - |
| YUV | 91.35 | 172.39 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 170 | 0.62 | 0.47 | 0 | 0.33 | 225.28 | 0.45 | 0.46 |
| Hex | 40 | 5A | AA | 3E | 2F | 0 | 21 | E1 | 2D | 2E |
| Octal | 100 | 132 | 252 | 76 | 57 | 0 | 41 | 341 | 55 | 56 |
| Binary | 1000000 | 1011010 | 10101010 | 111110 | 101111 | 0 | 100001 | 11100001 | 101101 | 101110 |
Color Harmonies of #405AAA
Complementary color
Monochromatic Colors of #405AAA
Black with #405AAA
Text Example
Text Example
White with #405AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405AAA; }
p { color: rgb(64,90,170); }
H1.HeaderClassName
{
color: #405AAA;
}
.AnyTagClassName
{
color: #405AAA;
}
</style>
background-color css
<style>
a { background-color: #405AAA; }
a { background-color: rgb(64,90,170); }
div.DivClassName
{
background-color: #405AAA;
}
.BgClassName
{
background-color: #405AAA;
}
</style>
border-color css
<style>
span { border-color: #405AAA; }
span { border-color: rgb(64,90,170); }
td.TdClassName
{
border-color: #405AAA;
}
.TagClassName
{
border-color: #405AAA;
}
</style>