Shades of Boston Blue #428BAA
Tints of Boston Blue #428BAA
RGB
CMYK
RGB Variations
Color information
#428BAA (or 0x428BAA) is known color: Boston Blue. HEX triplet: 42, 8B and AA. RGB value is (66,139,170). Sum of RGB (Red+Green+Blue) = 66+139+170=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #428BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428BAA is #BD7455. Grayscale: #787878. Windows color (decimal): -12416086 or 11176770. OLE color: 11176770.
HSL color Cylindrical-coordinate representation of color #428BAA: hue angle of 197.88º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #428BAA is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 139 | 170 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.33 |
| HSL | 197.88º | 0.44% | 0.46% | - |
| HSV(B) | 197.88º | 0.61% | 0.67% | - |
| XYZ | 18.74 | 22.53 | 41.39 | - |
| YUV | 120.71 | 155.82 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 139 | 170 | 0.61 | 0.18 | 0 | 0.33 | 197.88 | 0.44 | 0.46 |
| Hex | 42 | 8B | AA | 3D | 12 | 0 | 21 | C6 | 2C | 2E |
| Octal | 102 | 213 | 252 | 75 | 22 | 0 | 41 | 306 | 54 | 56 |
| Binary | 1000010 | 10001011 | 10101010 | 111101 | 10010 | 0 | 100001 | 11000110 | 101100 | 101110 |
Color Harmonies of #428BAA
Complementary color
Monochromatic Colors of #428BAA
Black with #428BAA
Text Example
Text Example
White with #428BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428BAA; }
p { color: rgb(66,139,170); }
H1.HeaderClassName
{
color: #428BAA;
}
.AnyTagClassName
{
color: #428BAA;
}
</style>
background-color css
<style>
a { background-color: #428BAA; }
a { background-color: rgb(66,139,170); }
div.DivClassName
{
background-color: #428BAA;
}
.BgClassName
{
background-color: #428BAA;
}
</style>
border-color css
<style>
span { border-color: #428BAA; }
span { border-color: rgb(66,139,170); }
td.TdClassName
{
border-color: #428BAA;
}
.TagClassName
{
border-color: #428BAA;
}
</style>