Shades of Mariner #405FA3
Tints of Mariner #405FA3
RGB
CMYK
RGB Variations
Color information
#405FA3 (or 0x405FA3) is known color: Mariner. HEX triplet: 40, 5F and A3. RGB value is (64,95,163). Sum of RGB (Red+Green+Blue) = 64+95+163=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 163 (64.06% from 255 or 50.62% from 322); Max value from RGB is 163 - color contains mainly: blue. Hex color #405FA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405FA3 is #BFA05C. Grayscale: #5D5D5D. Windows color (decimal): -12558429 or 10706752. OLE color: 10706752.
HSL color Cylindrical-coordinate representation of color #405FA3: hue angle of 221.21º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #405FA3 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 95 | 163 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.36 |
| HSL | 221.21º | 0.44% | 0.45% | - |
| HSV(B) | 221.21º | 0.61% | 0.64% | - |
| XYZ | 12.82 | 11.92 | 36.28 | - |
| YUV | 93.48 | 167.23 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 163 | 0.61 | 0.42 | 0 | 0.36 | 221.21 | 0.44 | 0.45 |
| Hex | 40 | 5F | A3 | 3D | 2A | 0 | 24 | DD | 2C | 2D |
| Octal | 100 | 137 | 243 | 75 | 52 | 0 | 44 | 335 | 54 | 55 |
| Binary | 1000000 | 1011111 | 10100011 | 111101 | 101010 | 0 | 100100 | 11011101 | 101100 | 101101 |
Color Harmonies of #405FA3
Complementary color
Monochromatic Colors of #405FA3
Black with #405FA3
Text Example
Text Example
White with #405FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405FA3; }
p { color: rgb(64,95,163); }
H1.HeaderClassName
{
color: #405FA3;
}
.AnyTagClassName
{
color: #405FA3;
}
</style>
background-color css
<style>
a { background-color: #405FA3; }
a { background-color: rgb(64,95,163); }
div.DivClassName
{
background-color: #405FA3;
}
.BgClassName
{
background-color: #405FA3;
}
</style>
border-color css
<style>
span { border-color: #405FA3; }
span { border-color: rgb(64,95,163); }
td.TdClassName
{
border-color: #405FA3;
}
.TagClassName
{
border-color: #405FA3;
}
</style>