Shades of Mariner #445FAA
Tints of Mariner #445FAA
RGB
CMYK
RGB Variations
Color information
#445FAA (or 0x445FAA) is known color: Mariner. HEX triplet: 44, 5F and AA. RGB value is (68,95,170). Sum of RGB (Red+Green+Blue) = 68+95+170=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #445FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445FAA is #BBA055. Grayscale: #5F5F5F. Windows color (decimal): -12296278 or 11165508. OLE color: 11165508.
HSL color Cylindrical-coordinate representation of color #445FAA: hue angle of 224.12º 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 #445FAA is Cyan = 0.6, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 95 | 170 | - |
| CMYK | 0.6 | 0.44 | 0 | 0.33 |
| HSL | 224.12º | 0.43% | 0.47% | - |
| HSV(B) | 224.12º | 0.6% | 0.67% | - |
| XYZ | 13.73 | 12.32 | 39.68 | - |
| YUV | 95.48 | 170.05 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 95 | 170 | 0.6 | 0.44 | 0 | 0.33 | 224.12 | 0.43 | 0.47 |
| Hex | 44 | 5F | AA | 3C | 2C | 0 | 21 | E0 | 2B | 2F |
| Octal | 104 | 137 | 252 | 74 | 54 | 0 | 41 | 340 | 53 | 57 |
| Binary | 1000100 | 1011111 | 10101010 | 111100 | 101100 | 0 | 100001 | 11100000 | 101011 | 101111 |
Color Harmonies of #445FAA
Complementary color
Monochromatic Colors of #445FAA
Black with #445FAA
Text Example
Text Example
White with #445FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445FAA; }
p { color: rgb(68,95,170); }
H1.HeaderClassName
{
color: #445FAA;
}
.AnyTagClassName
{
color: #445FAA;
}
</style>
background-color css
<style>
a { background-color: #445FAA; }
a { background-color: rgb(68,95,170); }
div.DivClassName
{
background-color: #445FAA;
}
.BgClassName
{
background-color: #445FAA;
}
</style>
border-color css
<style>
span { border-color: #445FAA; }
span { border-color: rgb(68,95,170); }
td.TdClassName
{
border-color: #445FAA;
}
.TagClassName
{
border-color: #445FAA;
}
</style>