Shades of Mariner #445CAE
Tints of Mariner #445CAE
RGB
CMYK
RGB Variations
Color information
#445CAE (or 0x445CAE) is known color: Mariner. HEX triplet: 44, 5C and AE. RGB value is (68,92,174). Sum of RGB (Red+Green+Blue) = 68+92+174=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #445CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445CAE is #BBA351. Grayscale: #5D5D5D. Windows color (decimal): -12297042 or 11426884. OLE color: 11426884.
HSL color Cylindrical-coordinate representation of color #445CAE: hue angle of 226.42º 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 #445CAE is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 92 | 174 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.32 |
| HSL | 226.42º | 0.44% | 0.47% | - |
| HSV(B) | 226.42º | 0.61% | 0.68% | - |
| XYZ | 13.85 | 11.94 | 41.62 | - |
| YUV | 94.17 | 173.05 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 92 | 174 | 0.61 | 0.47 | 0 | 0.32 | 226.42 | 0.44 | 0.47 |
| Hex | 44 | 5C | AE | 3D | 2F | 0 | 20 | E2 | 2C | 2F |
| Octal | 104 | 134 | 256 | 75 | 57 | 0 | 40 | 342 | 54 | 57 |
| Binary | 1000100 | 1011100 | 10101110 | 111101 | 101111 | 0 | 100000 | 11100010 | 101100 | 101111 |
Color Harmonies of #445CAE
Complementary color
Monochromatic Colors of #445CAE
Black with #445CAE
Text Example
Text Example
White with #445CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445CAE; }
p { color: rgb(68,92,174); }
H1.HeaderClassName
{
color: #445CAE;
}
.AnyTagClassName
{
color: #445CAE;
}
</style>
background-color css
<style>
a { background-color: #445CAE; }
a { background-color: rgb(68,92,174); }
div.DivClassName
{
background-color: #445CAE;
}
.BgClassName
{
background-color: #445CAE;
}
</style>
border-color css
<style>
span { border-color: #445CAE; }
span { border-color: rgb(68,92,174); }
td.TdClassName
{
border-color: #445CAE;
}
.TagClassName
{
border-color: #445CAE;
}
</style>