Shades of Boston Blue #42A2B2
Tints of Boston Blue #42A2B2
RGB
CMYK
RGB Variations
Color information
#42A2B2 (or 0x42A2B2) is known color: Boston Blue. HEX triplet: 42, A2 and B2. RGB value is (66,162,178). Sum of RGB (Red+Green+Blue) = 66+162+178=406 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.26% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 178 - color contains mainly: blue. Hex color #42A2B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A2B2 is #BD5D4D. Grayscale: #868686. Windows color (decimal): -12410190 or 11706946. OLE color: 11706946.
HSL color Cylindrical-coordinate representation of color #42A2B2: hue angle of 188.57º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42A2B2 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 162 | 178 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.30 |
| HSL | 188.57º | 0.46% | 0.48% | - |
| HSV(B) | 188.57º | 0.63% | 0.7% | - |
| XYZ | 23.2 | 30.21 | 46.73 | - |
| YUV | 135.12 | 152.2 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 162 | 178 | 0.63 | 0.09 | 0 | 0.30 | 188.57 | 0.46 | 0.48 |
| Hex | 42 | A2 | B2 | 3F | 9 | 0 | 1E | BD | 2E | 30 |
| Octal | 102 | 242 | 262 | 77 | 11 | 0 | 36 | 275 | 56 | 60 |
| Binary | 1000010 | 10100010 | 10110010 | 111111 | 1001 | 0 | 11110 | 10111101 | 101110 | 110000 |
Color Harmonies of #42A2B2
Complementary color
Monochromatic Colors of #42A2B2
Black with #42A2B2
Text Example
Text Example
White with #42A2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A2B2; }
p { color: rgb(66,162,178); }
H1.HeaderClassName
{
color: #42A2B2;
}
.AnyTagClassName
{
color: #42A2B2;
}
</style>
background-color css
<style>
a { background-color: #42A2B2; }
a { background-color: rgb(66,162,178); }
div.DivClassName
{
background-color: #42A2B2;
}
.BgClassName
{
background-color: #42A2B2;
}
</style>
border-color css
<style>
span { border-color: #42A2B2; }
span { border-color: rgb(66,162,178); }
td.TdClassName
{
border-color: #42A2B2;
}
.TagClassName
{
border-color: #42A2B2;
}
</style>