Shades of Boston Blue #42A5AD
Tints of Boston Blue #42A5AD
RGB
CMYK
RGB Variations
Color information
#42A5AD (or 0x42A5AD) is known color: Boston Blue. HEX triplet: 42, A5 and AD. RGB value is (66,165,173). Sum of RGB (Red+Green+Blue) = 66+165+173=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #42A5AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A5AD is #BD5A52. Grayscale: #888888. Windows color (decimal): -12409427 or 11380034. OLE color: 11380034.
HSL color Cylindrical-coordinate representation of color #42A5AD: hue angle of 184.49º 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 #42A5AD is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 165 | 173 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.32 |
| HSL | 184.49º | 0.45% | 0.47% | - |
| HSV(B) | 184.49º | 0.62% | 0.68% | - |
| XYZ | 23.24 | 31.09 | 44.31 | - |
| YUV | 136.31 | 148.7 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 165 | 173 | 0.62 | 0.05 | 0 | 0.32 | 184.49 | 0.45 | 0.47 |
| Hex | 42 | A5 | AD | 3E | 5 | 0 | 20 | B8 | 2D | 2F |
| Octal | 102 | 245 | 255 | 76 | 5 | 0 | 40 | 270 | 55 | 57 |
| Binary | 1000010 | 10100101 | 10101101 | 111110 | 101 | 0 | 100000 | 10111000 | 101101 | 101111 |
Color Harmonies of #42A5AD
Complementary color
Monochromatic Colors of #42A5AD
Black with #42A5AD
Text Example
Text Example
White with #42A5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A5AD; }
p { color: rgb(66,165,173); }
H1.HeaderClassName
{
color: #42A5AD;
}
.AnyTagClassName
{
color: #42A5AD;
}
</style>
background-color css
<style>
a { background-color: #42A5AD; }
a { background-color: rgb(66,165,173); }
div.DivClassName
{
background-color: #42A5AD;
}
.BgClassName
{
background-color: #42A5AD;
}
</style>
border-color css
<style>
span { border-color: #42A5AD; }
span { border-color: rgb(66,165,173); }
td.TdClassName
{
border-color: #42A5AD;
}
.TagClassName
{
border-color: #42A5AD;
}
</style>