Shades of Mariner #445E8D
Tints of Mariner #445E8D
RGB
CMYK
RGB Variations
Color information
#445E8D (or 0x445E8D) is known color: Mariner. HEX triplet: 44, 5E and 8D. RGB value is (68,94,141). Sum of RGB (Red+Green+Blue) = 68+94+141=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #445E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445E8D is #BBA172. Grayscale: #5B5B5B. Windows color (decimal): -12296563 or 9264708. OLE color: 9264708.
HSL color Cylindrical-coordinate representation of color #445E8D: hue angle of 218.63º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #445E8D is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 94 | 141 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.45 |
| HSL | 218.63º | 0.35% | 0.41% | - |
| HSV(B) | 218.63º | 0.52% | 0.55% | - |
| XYZ | 11.19 | 11.16 | 26.76 | - |
| YUV | 91.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 94 | 141 | 0.52 | 0.33 | 0 | 0.45 | 218.63 | 0.35 | 0.41 |
| Hex | 44 | 5E | 8D | 34 | 21 | 0 | 2D | DB | 23 | 29 |
| Octal | 104 | 136 | 215 | 64 | 41 | 0 | 55 | 333 | 43 | 51 |
| Binary | 1000100 | 1011110 | 10001101 | 110100 | 100001 | 0 | 101101 | 11011011 | 100011 | 101001 |
Color Harmonies of #445E8D
Complementary color
Monochromatic Colors of #445E8D
Black with #445E8D
Text Example
Text Example
White with #445E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445E8D; }
p { color: rgb(68,94,141); }
H1.HeaderClassName
{
color: #445E8D;
}
.AnyTagClassName
{
color: #445E8D;
}
</style>
background-color css
<style>
a { background-color: #445E8D; }
a { background-color: rgb(68,94,141); }
div.DivClassName
{
background-color: #445E8D;
}
.BgClassName
{
background-color: #445E8D;
}
</style>
border-color css
<style>
span { border-color: #445E8D; }
span { border-color: rgb(68,94,141); }
td.TdClassName
{
border-color: #445E8D;
}
.TagClassName
{
border-color: #445E8D;
}
</style>