Shades of Boston Blue #44A0AB
Tints of Boston Blue #44A0AB
RGB
CMYK
RGB Variations
Color information
#44A0AB (or 0x44A0AB) is known color: Boston Blue. HEX triplet: 44, A0 and AB. RGB value is (68,160,171). Sum of RGB (Red+Green+Blue) = 68+160+171=399 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.04% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #44A0AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A0AB is #BB5F54. Grayscale: #858585. Windows color (decimal): -12279637 or 11247684. OLE color: 11247684.
HSL color Cylindrical-coordinate representation of color #44A0AB: hue angle of 186.41º 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 #44A0AB is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 160 | 171 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.33 |
| HSL | 186.41º | 0.43% | 0.47% | - |
| HSV(B) | 186.41º | 0.6% | 0.67% | - |
| XYZ | 22.31 | 29.31 | 43.01 | - |
| YUV | 133.75 | 149.02 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 160 | 171 | 0.60 | 0.06 | 0 | 0.33 | 186.41 | 0.43 | 0.47 |
| Hex | 44 | A0 | AB | 3C | 6 | 0 | 21 | BA | 2B | 2F |
| Octal | 104 | 240 | 253 | 74 | 6 | 0 | 41 | 272 | 53 | 57 |
| Binary | 1000100 | 10100000 | 10101011 | 111100 | 110 | 0 | 100001 | 10111010 | 101011 | 101111 |
Color Harmonies of #44A0AB
Complementary color
Monochromatic Colors of #44A0AB
Black with #44A0AB
Text Example
Text Example
White with #44A0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A0AB; }
p { color: rgb(68,160,171); }
H1.HeaderClassName
{
color: #44A0AB;
}
.AnyTagClassName
{
color: #44A0AB;
}
</style>
background-color css
<style>
a { background-color: #44A0AB; }
a { background-color: rgb(68,160,171); }
div.DivClassName
{
background-color: #44A0AB;
}
.BgClassName
{
background-color: #44A0AB;
}
</style>
border-color css
<style>
span { border-color: #44A0AB; }
span { border-color: rgb(68,160,171); }
td.TdClassName
{
border-color: #44A0AB;
}
.TagClassName
{
border-color: #44A0AB;
}
</style>