Shades of Mariner #405DB0
Tints of Mariner #405DB0
RGB
CMYK
RGB Variations
Color information
#405DB0 (or 0x405DB0) is known color: Mariner. HEX triplet: 40, 5D and B0. RGB value is (64,93,176). Sum of RGB (Red+Green+Blue) = 64+93+176=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 176 (69.14% from 255 or 52.85% from 333); Max value from RGB is 176 - color contains mainly: blue. Hex color #405DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405DB0 is #BFA24F. Grayscale: #5D5D5D. Windows color (decimal): -12558928 or 11558208. OLE color: 11558208.
HSL color Cylindrical-coordinate representation of color #405DB0: hue angle of 224.46º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #405DB0 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 93 | 176 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.31 |
| HSL | 224.46º | 0.47% | 0.47% | - |
| HSV(B) | 224.46º | 0.64% | 0.69% | - |
| XYZ | 13.87 | 12.05 | 42.67 | - |
| YUV | 93.79 | 174.39 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 93 | 176 | 0.64 | 0.47 | 0 | 0.31 | 224.46 | 0.47 | 0.47 |
| Hex | 40 | 5D | B0 | 40 | 2F | 0 | 1F | E0 | 2F | 2F |
| Octal | 100 | 135 | 260 | 100 | 57 | 0 | 37 | 340 | 57 | 57 |
| Binary | 1000000 | 1011101 | 10110000 | 1000000 | 101111 | 0 | 11111 | 11100000 | 101111 | 101111 |
Color Harmonies of #405DB0
Complementary color
Monochromatic Colors of #405DB0
Black with #405DB0
Text Example
Text Example
White with #405DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405DB0; }
p { color: rgb(64,93,176); }
H1.HeaderClassName
{
color: #405DB0;
}
.AnyTagClassName
{
color: #405DB0;
}
</style>
background-color css
<style>
a { background-color: #405DB0; }
a { background-color: rgb(64,93,176); }
div.DivClassName
{
background-color: #405DB0;
}
.BgClassName
{
background-color: #405DB0;
}
</style>
border-color css
<style>
span { border-color: #405DB0; }
span { border-color: rgb(64,93,176); }
td.TdClassName
{
border-color: #405DB0;
}
.TagClassName
{
border-color: #405DB0;
}
</style>