Shades of Mariner #445EAA
Tints of Mariner #445EAA
RGB
CMYK
RGB Variations
Color information
#445EAA (or 0x445EAA) is known color: Mariner. HEX triplet: 44, 5E and AA. RGB value is (68,94,170). Sum of RGB (Red+Green+Blue) = 68+94+170=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #445EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445EAA is #BBA155. Grayscale: #5E5E5E. Windows color (decimal): -12296534 or 11165252. OLE color: 11165252.
HSL color Cylindrical-coordinate representation of color #445EAA: hue angle of 224.71º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #445EAA is Cyan = 0.6, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 94 | 170 | - |
| CMYK | 0.6 | 0.45 | 0 | 0.33 |
| HSL | 224.71º | 0.43% | 0.47% | - |
| HSV(B) | 224.71º | 0.6% | 0.67% | - |
| XYZ | 13.64 | 12.14 | 39.65 | - |
| YUV | 94.89 | 170.39 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 94 | 170 | 0.6 | 0.45 | 0 | 0.33 | 224.71 | 0.43 | 0.47 |
| Hex | 44 | 5E | AA | 3C | 2D | 0 | 21 | E1 | 2B | 2F |
| Octal | 104 | 136 | 252 | 74 | 55 | 0 | 41 | 341 | 53 | 57 |
| Binary | 1000100 | 1011110 | 10101010 | 111100 | 101101 | 0 | 100001 | 11100001 | 101011 | 101111 |
Color Harmonies of #445EAA
Complementary color
Monochromatic Colors of #445EAA
Black with #445EAA
Text Example
Text Example
White with #445EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445EAA; }
p { color: rgb(68,94,170); }
H1.HeaderClassName
{
color: #445EAA;
}
.AnyTagClassName
{
color: #445EAA;
}
</style>
background-color css
<style>
a { background-color: #445EAA; }
a { background-color: rgb(68,94,170); }
div.DivClassName
{
background-color: #445EAA;
}
.BgClassName
{
background-color: #445EAA;
}
</style>
border-color css
<style>
span { border-color: #445EAA; }
span { border-color: rgb(68,94,170); }
td.TdClassName
{
border-color: #445EAA;
}
.TagClassName
{
border-color: #445EAA;
}
</style>