Shades of Boston Blue #42A3AD
Tints of Boston Blue #42A3AD
RGB
CMYK
RGB Variations
Color information
#42A3AD (or 0x42A3AD) is known color: Boston Blue. HEX triplet: 42, A3 and AD. RGB value is (66,163,173). Sum of RGB (Red+Green+Blue) = 66+163+173=402 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.42% from 402); Green value is 163 (64.06% from 255 or 40.55% 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 #42A3AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A3AD is #BD5C52. Grayscale: #878787. Windows color (decimal): -12409939 or 11379522. OLE color: 11379522.
HSL color Cylindrical-coordinate representation of color #42A3AD: hue angle of 185.61º 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 #42A3AD is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 163 | 173 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.32 |
| HSL | 185.61º | 0.45% | 0.47% | - |
| HSV(B) | 185.61º | 0.62% | 0.68% | - |
| XYZ | 22.89 | 30.37 | 44.19 | - |
| YUV | 135.14 | 149.36 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 163 | 173 | 0.62 | 0.06 | 0 | 0.32 | 185.61 | 0.45 | 0.47 |
| Hex | 42 | A3 | AD | 3E | 6 | 0 | 20 | BA | 2D | 2F |
| Octal | 102 | 243 | 255 | 76 | 6 | 0 | 40 | 272 | 55 | 57 |
| Binary | 1000010 | 10100011 | 10101101 | 111110 | 110 | 0 | 100000 | 10111010 | 101101 | 101111 |
Color Harmonies of #42A3AD
Complementary color
Monochromatic Colors of #42A3AD
Black with #42A3AD
Text Example
Text Example
White with #42A3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A3AD; }
p { color: rgb(66,163,173); }
H1.HeaderClassName
{
color: #42A3AD;
}
.AnyTagClassName
{
color: #42A3AD;
}
</style>
background-color css
<style>
a { background-color: #42A3AD; }
a { background-color: rgb(66,163,173); }
div.DivClassName
{
background-color: #42A3AD;
}
.BgClassName
{
background-color: #42A3AD;
}
</style>
border-color css
<style>
span { border-color: #42A3AD; }
span { border-color: rgb(66,163,173); }
td.TdClassName
{
border-color: #42A3AD;
}
.TagClassName
{
border-color: #42A3AD;
}
</style>