Shades of Boston Blue #429BC3
Tints of Boston Blue #429BC3
RGB
CMYK
RGB Variations
Color information
#429BC3 (or 0x429BC3) is known color: Boston Blue. HEX triplet: 42, 9B and C3. RGB value is (66,155,195). Sum of RGB (Red+Green+Blue) = 66+155+195=416 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.87% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 195 (76.56% from 255 or 46.88% from 416); Max value from RGB is 195 - color contains mainly: blue. Hex color #429BC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429BC3 is #BD643C. Grayscale: #848484. Windows color (decimal): -12411965 or 12819266. OLE color: 12819266.
HSL color Cylindrical-coordinate representation of color #429BC3: hue angle of 198.6º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #429BC3 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 155 | 195 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.24 |
| HSL | 198.6º | 0.52% | 0.51% | - |
| HSV(B) | 198.6º | 0.66% | 0.76% | - |
| XYZ | 23.82 | 28.54 | 55.88 | - |
| YUV | 132.95 | 163.01 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 155 | 195 | 0.66 | 0.21 | 0 | 0.24 | 198.6 | 0.52 | 0.51 |
| Hex | 42 | 9B | C3 | 42 | 15 | 0 | 18 | C7 | 34 | 33 |
| Octal | 102 | 233 | 303 | 102 | 25 | 0 | 30 | 307 | 64 | 63 |
| Binary | 1000010 | 10011011 | 11000011 | 1000010 | 10101 | 0 | 11000 | 11000111 | 110100 | 110011 |
Color Harmonies of #429BC3
Complementary color
Monochromatic Colors of #429BC3
Black with #429BC3
Text Example
Text Example
White with #429BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429BC3; }
p { color: rgb(66,155,195); }
H1.HeaderClassName
{
color: #429BC3;
}
.AnyTagClassName
{
color: #429BC3;
}
</style>
background-color css
<style>
a { background-color: #429BC3; }
a { background-color: rgb(66,155,195); }
div.DivClassName
{
background-color: #429BC3;
}
.BgClassName
{
background-color: #429BC3;
}
</style>
border-color css
<style>
span { border-color: #429BC3; }
span { border-color: rgb(66,155,195); }
td.TdClassName
{
border-color: #429BC3;
}
.TagClassName
{
border-color: #429BC3;
}
</style>