Shades of Mariner #445E94
Tints of Mariner #445E94
RGB
CMYK
RGB Variations
Color information
#445E94 (or 0x445E94) is known color: Mariner. HEX triplet: 44, 5E and 94. RGB value is (68,94,148). Sum of RGB (Red+Green+Blue) = 68+94+148=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 148 (58.20% from 255 or 47.74% from 310); Max value from RGB is 148 - color contains mainly: blue. Hex color #445E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445E94 is #BBA16B. Grayscale: #5C5C5C. Windows color (decimal): -12296556 or 9723460. OLE color: 9723460.
HSL color Cylindrical-coordinate representation of color #445E94: hue angle of 220.5º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #445E94 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 94 | 148 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.42 |
| HSL | 220.5º | 0.37% | 0.42% | - |
| HSV(B) | 220.5º | 0.54% | 0.58% | - |
| XYZ | 11.73 | 11.37 | 29.59 | - |
| YUV | 92.38 | 159.39 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 94 | 148 | 0.54 | 0.36 | 0 | 0.42 | 220.5 | 0.37 | 0.42 |
| Hex | 44 | 5E | 94 | 36 | 24 | 0 | 2A | DC | 25 | 2A |
| Octal | 104 | 136 | 224 | 66 | 44 | 0 | 52 | 334 | 45 | 52 |
| Binary | 1000100 | 1011110 | 10010100 | 110110 | 100100 | 0 | 101010 | 11011100 | 100101 | 101010 |
Color Harmonies of #445E94
Complementary color
Monochromatic Colors of #445E94
Black with #445E94
Text Example
Text Example
White with #445E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445E94; }
p { color: rgb(68,94,148); }
H1.HeaderClassName
{
color: #445E94;
}
.AnyTagClassName
{
color: #445E94;
}
</style>
background-color css
<style>
a { background-color: #445E94; }
a { background-color: rgb(68,94,148); }
div.DivClassName
{
background-color: #445E94;
}
.BgClassName
{
background-color: #445E94;
}
</style>
border-color css
<style>
span { border-color: #445E94; }
span { border-color: rgb(68,94,148); }
td.TdClassName
{
border-color: #445E94;
}
.TagClassName
{
border-color: #445E94;
}
</style>