Shades of Boston Blue #42A2AD
Tints of Boston Blue #42A2AD
RGB
CMYK
RGB Variations
Color information
#42A2AD (or 0x42A2AD) is known color: Boston Blue. HEX triplet: 42, A2 and AD. RGB value is (66,162,173). Sum of RGB (Red+Green+Blue) = 66+162+173=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #42A2AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A2AD is #BD5D52. Grayscale: #868686. Windows color (decimal): -12410195 or 11379266. OLE color: 11379266.
HSL color Cylindrical-coordinate representation of color #42A2AD: hue angle of 186.17º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42A2AD is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 162 | 173 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.32 |
| HSL | 186.17º | 0.45% | 0.47% | - |
| HSV(B) | 186.17º | 0.62% | 0.68% | - |
| XYZ | 22.71 | 30.02 | 44.13 | - |
| YUV | 134.55 | 149.7 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 162 | 173 | 0.62 | 0.06 | 0 | 0.32 | 186.17 | 0.45 | 0.47 |
| Hex | 42 | A2 | AD | 3E | 6 | 0 | 20 | BA | 2D | 2F |
| Octal | 102 | 242 | 255 | 76 | 6 | 0 | 40 | 272 | 55 | 57 |
| Binary | 1000010 | 10100010 | 10101101 | 111110 | 110 | 0 | 100000 | 10111010 | 101101 | 101111 |
Color Harmonies of #42A2AD
Complementary color
Monochromatic Colors of #42A2AD
Black with #42A2AD
Text Example
Text Example
White with #42A2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A2AD; }
p { color: rgb(66,162,173); }
H1.HeaderClassName
{
color: #42A2AD;
}
.AnyTagClassName
{
color: #42A2AD;
}
</style>
background-color css
<style>
a { background-color: #42A2AD; }
a { background-color: rgb(66,162,173); }
div.DivClassName
{
background-color: #42A2AD;
}
.BgClassName
{
background-color: #42A2AD;
}
</style>
border-color css
<style>
span { border-color: #42A2AD; }
span { border-color: rgb(66,162,173); }
td.TdClassName
{
border-color: #42A2AD;
}
.TagClassName
{
border-color: #42A2AD;
}
</style>