Shades of Boston Blue #44A2B4
Tints of Boston Blue #44A2B4
RGB
CMYK
RGB Variations
Color information
#44A2B4 (or 0x44A2B4) is known color: Boston Blue. HEX triplet: 44, A2 and B4. RGB value is (68,162,180). Sum of RGB (Red+Green+Blue) = 68+162+180=410 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.59% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 180 (70.70% from 255 or 43.90% from 410); Max value from RGB is 180 - color contains mainly: blue. Hex color #44A2B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44A2B4 is #BB5D4B. Grayscale: #878787. Windows color (decimal): -12279116 or 11838020. OLE color: 11838020.
HSL color Cylindrical-coordinate representation of color #44A2B4: hue angle of 189.64º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44A2B4 is Cyan = 0.62, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 162 | 180 | - |
| CMYK | 0.62 | 0.1 | 0 | 0.29 |
| HSL | 189.64º | 0.45% | 0.49% | - |
| HSV(B) | 189.64º | 0.62% | 0.71% | - |
| XYZ | 23.54 | 30.36 | 47.8 | - |
| YUV | 135.95 | 152.86 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 162 | 180 | 0.62 | 0.1 | 0 | 0.29 | 189.64 | 0.45 | 0.49 |
| Hex | 44 | A2 | B4 | 3E | A | 0 | 1D | BE | 2D | 31 |
| Octal | 104 | 242 | 264 | 76 | 12 | 0 | 35 | 276 | 55 | 61 |
| Binary | 1000100 | 10100010 | 10110100 | 111110 | 1010 | 0 | 11101 | 10111110 | 101101 | 110001 |
Color Harmonies of #44A2B4
Complementary color
Monochromatic Colors of #44A2B4
Black with #44A2B4
Text Example
Text Example
White with #44A2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A2B4; }
p { color: rgb(68,162,180); }
H1.HeaderClassName
{
color: #44A2B4;
}
.AnyTagClassName
{
color: #44A2B4;
}
</style>
background-color css
<style>
a { background-color: #44A2B4; }
a { background-color: rgb(68,162,180); }
div.DivClassName
{
background-color: #44A2B4;
}
.BgClassName
{
background-color: #44A2B4;
}
</style>
border-color css
<style>
span { border-color: #44A2B4; }
span { border-color: rgb(68,162,180); }
td.TdClassName
{
border-color: #44A2B4;
}
.TagClassName
{
border-color: #44A2B4;
}
</style>