Shades of Mariner #445BAA
Tints of Mariner #445BAA
RGB
CMYK
RGB Variations
Color information
#445BAA (or 0x445BAA) is known color: Mariner. HEX triplet: 44, 5B and AA. RGB value is (68,91,170). Sum of RGB (Red+Green+Blue) = 68+91+170=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #445BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445BAA is #BBA455. Grayscale: #5C5C5C. Windows color (decimal): -12297302 or 11164484. OLE color: 11164484.
HSL color Cylindrical-coordinate representation of color #445BAA: hue angle of 226.47º 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 #445BAA is Cyan = 0.6, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 91 | 170 | - |
| CMYK | 0.6 | 0.46 | 0 | 0.33 |
| HSL | 226.47º | 0.43% | 0.47% | - |
| HSV(B) | 226.47º | 0.6% | 0.67% | - |
| XYZ | 13.38 | 11.61 | 39.57 | - |
| YUV | 93.13 | 171.38 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 91 | 170 | 0.6 | 0.46 | 0 | 0.33 | 226.47 | 0.43 | 0.47 |
| Hex | 44 | 5B | AA | 3C | 2E | 0 | 21 | E2 | 2B | 2F |
| Octal | 104 | 133 | 252 | 74 | 56 | 0 | 41 | 342 | 53 | 57 |
| Binary | 1000100 | 1011011 | 10101010 | 111100 | 101110 | 0 | 100001 | 11100010 | 101011 | 101111 |
Color Harmonies of #445BAA
Complementary color
Monochromatic Colors of #445BAA
Black with #445BAA
Text Example
Text Example
White with #445BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445BAA; }
p { color: rgb(68,91,170); }
H1.HeaderClassName
{
color: #445BAA;
}
.AnyTagClassName
{
color: #445BAA;
}
</style>
background-color css
<style>
a { background-color: #445BAA; }
a { background-color: rgb(68,91,170); }
div.DivClassName
{
background-color: #445BAA;
}
.BgClassName
{
background-color: #445BAA;
}
</style>
border-color css
<style>
span { border-color: #445BAA; }
span { border-color: rgb(68,91,170); }
td.TdClassName
{
border-color: #445BAA;
}
.TagClassName
{
border-color: #445BAA;
}
</style>