Shades of Mariner #44589E
Tints of Mariner #44589E
RGB
CMYK
RGB Variations
Color information
#44589E (or 0x44589E) is known color: Mariner. HEX triplet: 44, 58 and 9E. RGB value is (68,88,158). Sum of RGB (Red+Green+Blue) = 68+88+158=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #44589E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44589E is #BBA761. Grayscale: #595959. Windows color (decimal): -12298082 or 10377284. OLE color: 10377284.
HSL color Cylindrical-coordinate representation of color #44589E: hue angle of 226.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44589E is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 88 | 158 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.38 |
| HSL | 226.67º | 0.4% | 0.44% | - |
| HSV(B) | 226.67º | 0.57% | 0.62% | - |
| XYZ | 12.05 | 10.68 | 33.77 | - |
| YUV | 90 | 166.37 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 88 | 158 | 0.57 | 0.44 | 0 | 0.38 | 226.67 | 0.4 | 0.44 |
| Hex | 44 | 58 | 9E | 39 | 2C | 0 | 26 | E3 | 28 | 2C |
| Octal | 104 | 130 | 236 | 71 | 54 | 0 | 46 | 343 | 50 | 54 |
| Binary | 1000100 | 1011000 | 10011110 | 111001 | 101100 | 0 | 100110 | 11100011 | 101000 | 101100 |
Color Harmonies of #44589E
Complementary color
Monochromatic Colors of #44589E
Black with #44589E
Text Example
Text Example
White with #44589E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44589E; }
p { color: rgb(68,88,158); }
H1.HeaderClassName
{
color: #44589E;
}
.AnyTagClassName
{
color: #44589E;
}
</style>
background-color css
<style>
a { background-color: #44589E; }
a { background-color: rgb(68,88,158); }
div.DivClassName
{
background-color: #44589E;
}
.BgClassName
{
background-color: #44589E;
}
</style>
border-color css
<style>
span { border-color: #44589E; }
span { border-color: rgb(68,88,158); }
td.TdClassName
{
border-color: #44589E;
}
.TagClassName
{
border-color: #44589E;
}
</style>