Shades of Mariner #405FB3
Tints of Mariner #405FB3
RGB
CMYK
RGB Variations
Color information
#405FB3 (or 0x405FB3) is known color: Mariner. HEX triplet: 40, 5F and B3. RGB value is (64,95,179). Sum of RGB (Red+Green+Blue) = 64+95+179=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 179 (70.31% from 255 or 52.96% from 338); Max value from RGB is 179 - color contains mainly: blue. Hex color #405FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405FB3 is #BFA04C. Grayscale: #5E5E5E. Windows color (decimal): -12558413 or 11755328. OLE color: 11755328.
HSL color Cylindrical-coordinate representation of color #405FB3: hue angle of 223.83º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #405FB3 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 95 | 179 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.30 |
| HSL | 223.83º | 0.47% | 0.48% | - |
| HSV(B) | 223.83º | 0.64% | 0.7% | - |
| XYZ | 14.34 | 12.53 | 44.31 | - |
| YUV | 95.31 | 175.23 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 179 | 0.64 | 0.47 | 0 | 0.30 | 223.83 | 0.47 | 0.48 |
| Hex | 40 | 5F | B3 | 40 | 2F | 0 | 1E | E0 | 2F | 30 |
| Octal | 100 | 137 | 263 | 100 | 57 | 0 | 36 | 340 | 57 | 60 |
| Binary | 1000000 | 1011111 | 10110011 | 1000000 | 101111 | 0 | 11110 | 11100000 | 101111 | 110000 |
Color Harmonies of #405FB3
Complementary color
Monochromatic Colors of #405FB3
Black with #405FB3
Text Example
Text Example
White with #405FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405FB3; }
p { color: rgb(64,95,179); }
H1.HeaderClassName
{
color: #405FB3;
}
.AnyTagClassName
{
color: #405FB3;
}
</style>
background-color css
<style>
a { background-color: #405FB3; }
a { background-color: rgb(64,95,179); }
div.DivClassName
{
background-color: #405FB3;
}
.BgClassName
{
background-color: #405FB3;
}
</style>
border-color css
<style>
span { border-color: #405FB3; }
span { border-color: rgb(64,95,179); }
td.TdClassName
{
border-color: #405FB3;
}
.TagClassName
{
border-color: #405FB3;
}
</style>