Shades of Boston Blue #429BA5
Tints of Boston Blue #429BA5
RGB
CMYK
RGB Variations
Color information
#429BA5 (or 0x429BA5) is known color: Boston Blue. HEX triplet: 42, 9B and A5. RGB value is (66,155,165). Sum of RGB (Red+Green+Blue) = 66+155+165=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 165 (64.84% from 255 or 42.75% from 386); Max value from RGB is 165 - color contains mainly: blue. Hex color #429BA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429BA5 is #BD645A. Grayscale: #818181. Windows color (decimal): -12411995 or 10853186. OLE color: 10853186.
HSL color Cylindrical-coordinate representation of color #429BA5: hue angle of 186.06º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #429BA5 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 66 | 155 | 165 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.35 |
| HSL | 186.06º | 0.43% | 0.45% | - |
| HSV(B) | 186.06º | 0.6% | 0.65% | - |
| XYZ | 20.76 | 27.32 | 39.78 | - |
| YUV | 129.53 | 148.01 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 155 | 165 | 0.60 | 0.06 | 0 | 0.35 | 186.06 | 0.43 | 0.45 |
| Hex | 42 | 9B | A5 | 3C | 6 | 0 | 23 | BA | 2B | 2D |
| Octal | 102 | 233 | 245 | 74 | 6 | 0 | 43 | 272 | 53 | 55 |
| Binary | 1000010 | 10011011 | 10100101 | 111100 | 110 | 0 | 100011 | 10111010 | 101011 | 101101 |
Color Harmonies of #429BA5
Complementary color
Monochromatic Colors of #429BA5
Black with #429BA5
Text Example
Text Example
White with #429BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429BA5; }
p { color: rgb(66,155,165); }
H1.HeaderClassName
{
color: #429BA5;
}
.AnyTagClassName
{
color: #429BA5;
}
</style>
background-color css
<style>
a { background-color: #429BA5; }
a { background-color: rgb(66,155,165); }
div.DivClassName
{
background-color: #429BA5;
}
.BgClassName
{
background-color: #429BA5;
}
</style>
border-color css
<style>
span { border-color: #429BA5; }
span { border-color: rgb(66,155,165); }
td.TdClassName
{
border-color: #429BA5;
}
.TagClassName
{
border-color: #429BA5;
}
</style>