Shades of Boston Blue #44A1AD
Tints of Boston Blue #44A1AD
RGB
CMYK
RGB Variations
Color information
#44A1AD (or 0x44A1AD) is known color: Boston Blue. HEX triplet: 44, A1 and AD. RGB value is (68,161,173). Sum of RGB (Red+Green+Blue) = 68+161+173=402 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.92% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #44A1AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A1AD is #BB5E52. Grayscale: #868686. Windows color (decimal): -12279379 or 11379012. OLE color: 11379012.
HSL color Cylindrical-coordinate representation of color #44A1AD: hue angle of 186.86º 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 #44A1AD is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 161 | 173 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.32 |
| HSL | 186.86º | 0.44% | 0.47% | - |
| HSV(B) | 186.86º | 0.61% | 0.68% | - |
| XYZ | 22.67 | 29.74 | 44.08 | - |
| YUV | 134.56 | 149.69 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 161 | 173 | 0.61 | 0.07 | 0 | 0.32 | 186.86 | 0.44 | 0.47 |
| Hex | 44 | A1 | AD | 3D | 7 | 0 | 20 | BB | 2C | 2F |
| Octal | 104 | 241 | 255 | 75 | 7 | 0 | 40 | 273 | 54 | 57 |
| Binary | 1000100 | 10100001 | 10101101 | 111101 | 111 | 0 | 100000 | 10111011 | 101100 | 101111 |
Color Harmonies of #44A1AD
Complementary color
Monochromatic Colors of #44A1AD
Black with #44A1AD
Text Example
Text Example
White with #44A1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A1AD; }
p { color: rgb(68,161,173); }
H1.HeaderClassName
{
color: #44A1AD;
}
.AnyTagClassName
{
color: #44A1AD;
}
</style>
background-color css
<style>
a { background-color: #44A1AD; }
a { background-color: rgb(68,161,173); }
div.DivClassName
{
background-color: #44A1AD;
}
.BgClassName
{
background-color: #44A1AD;
}
</style>
border-color css
<style>
span { border-color: #44A1AD; }
span { border-color: rgb(68,161,173); }
td.TdClassName
{
border-color: #44A1AD;
}
.TagClassName
{
border-color: #44A1AD;
}
</style>