Shades of Mariner #44589A
Tints of Mariner #44589A
RGB
CMYK
RGB Variations
Color information
#44589A (or 0x44589A) is known color: Mariner. HEX triplet: 44, 58 and 9A. RGB value is (68,88,154). Sum of RGB (Red+Green+Blue) = 68+88+154=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #44589A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44589A is #BBA765. Grayscale: #595959. Windows color (decimal): -12298086 or 10115140. OLE color: 10115140.
HSL color Cylindrical-coordinate representation of color #44589A: hue angle of 226.05º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44589A is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 88 | 154 | - |
| CMYK | 0.56 | 0.43 | 0 | 0.40 |
| HSL | 226.05º | 0.39% | 0.44% | - |
| HSV(B) | 226.05º | 0.56% | 0.6% | - |
| XYZ | 11.71 | 10.54 | 31.99 | - |
| YUV | 89.54 | 164.37 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 88 | 154 | 0.56 | 0.43 | 0 | 0.40 | 226.05 | 0.39 | 0.44 |
| Hex | 44 | 58 | 9A | 38 | 2B | 0 | 28 | E2 | 27 | 2C |
| Octal | 104 | 130 | 232 | 70 | 53 | 0 | 50 | 342 | 47 | 54 |
| Binary | 1000100 | 1011000 | 10011010 | 111000 | 101011 | 0 | 101000 | 11100010 | 100111 | 101100 |
Color Harmonies of #44589A
Complementary color
Monochromatic Colors of #44589A
Black with #44589A
Text Example
Text Example
White with #44589A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44589A; }
p { color: rgb(68,88,154); }
H1.HeaderClassName
{
color: #44589A;
}
.AnyTagClassName
{
color: #44589A;
}
</style>
background-color css
<style>
a { background-color: #44589A; }
a { background-color: rgb(68,88,154); }
div.DivClassName
{
background-color: #44589A;
}
.BgClassName
{
background-color: #44589A;
}
</style>
border-color css
<style>
span { border-color: #44589A; }
span { border-color: rgb(68,88,154); }
td.TdClassName
{
border-color: #44589A;
}
.TagClassName
{
border-color: #44589A;
}
</style>