Shades of Boston Blue #44A5AD
Tints of Boston Blue #44A5AD
RGB
CMYK
RGB Variations
Color information
#44A5AD (or 0x44A5AD) is known color: Boston Blue. HEX triplet: 44, A5 and AD. RGB value is (68,165,173). Sum of RGB (Red+Green+Blue) = 68+165+173=406 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.75% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #44A5AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A5AD is #BB5A52. Grayscale: #888888. Windows color (decimal): -12278355 or 11380036. OLE color: 11380036.
HSL color Cylindrical-coordinate representation of color #44A5AD: hue angle of 184.57º 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 #44A5AD is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 165 | 173 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.32 |
| HSL | 184.57º | 0.44% | 0.47% | - |
| HSV(B) | 184.57º | 0.61% | 0.68% | - |
| XYZ | 23.38 | 31.16 | 44.32 | - |
| YUV | 136.91 | 148.36 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 165 | 173 | 0.61 | 0.05 | 0 | 0.32 | 184.57 | 0.44 | 0.47 |
| Hex | 44 | A5 | AD | 3D | 5 | 0 | 20 | B9 | 2C | 2F |
| Octal | 104 | 245 | 255 | 75 | 5 | 0 | 40 | 271 | 54 | 57 |
| Binary | 1000100 | 10100101 | 10101101 | 111101 | 101 | 0 | 100000 | 10111001 | 101100 | 101111 |
Color Harmonies of #44A5AD
Complementary color
Monochromatic Colors of #44A5AD
Black with #44A5AD
Text Example
Text Example
White with #44A5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A5AD; }
p { color: rgb(68,165,173); }
H1.HeaderClassName
{
color: #44A5AD;
}
.AnyTagClassName
{
color: #44A5AD;
}
</style>
background-color css
<style>
a { background-color: #44A5AD; }
a { background-color: rgb(68,165,173); }
div.DivClassName
{
background-color: #44A5AD;
}
.BgClassName
{
background-color: #44A5AD;
}
</style>
border-color css
<style>
span { border-color: #44A5AD; }
span { border-color: rgb(68,165,173); }
td.TdClassName
{
border-color: #44A5AD;
}
.TagClassName
{
border-color: #44A5AD;
}
</style>