Shades of Mariner #445AAE
Tints of Mariner #445AAE
RGB
CMYK
RGB Variations
Color information
#445AAE (or 0x445AAE) is known color: Mariner. HEX triplet: 44, 5A and AE. RGB value is (68,90,174). Sum of RGB (Red+Green+Blue) = 68+90+174=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #445AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445AAE is #BBA551. Grayscale: #5C5C5C. Windows color (decimal): -12297554 or 11426372. OLE color: 11426372.
HSL color Cylindrical-coordinate representation of color #445AAE: hue angle of 227.55º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #445AAE is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 90 | 174 | - |
| CMYK | 0.61 | 0.48 | 0 | 0.32 |
| HSL | 227.55º | 0.44% | 0.47% | - |
| HSV(B) | 227.55º | 0.61% | 0.68% | - |
| XYZ | 13.68 | 11.6 | 41.56 | - |
| YUV | 93 | 173.71 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 90 | 174 | 0.61 | 0.48 | 0 | 0.32 | 227.55 | 0.44 | 0.47 |
| Hex | 44 | 5A | AE | 3D | 30 | 0 | 20 | E4 | 2C | 2F |
| Octal | 104 | 132 | 256 | 75 | 60 | 0 | 40 | 344 | 54 | 57 |
| Binary | 1000100 | 1011010 | 10101110 | 111101 | 110000 | 0 | 100000 | 11100100 | 101100 | 101111 |
Color Harmonies of #445AAE
Complementary color
Monochromatic Colors of #445AAE
Black with #445AAE
Text Example
Text Example
White with #445AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445AAE; }
p { color: rgb(68,90,174); }
H1.HeaderClassName
{
color: #445AAE;
}
.AnyTagClassName
{
color: #445AAE;
}
</style>
background-color css
<style>
a { background-color: #445AAE; }
a { background-color: rgb(68,90,174); }
div.DivClassName
{
background-color: #445AAE;
}
.BgClassName
{
background-color: #445AAE;
}
</style>
border-color css
<style>
span { border-color: #445AAE; }
span { border-color: rgb(68,90,174); }
td.TdClassName
{
border-color: #445AAE;
}
.TagClassName
{
border-color: #445AAE;
}
</style>