Shades of Boston Blue #429CC2
Tints of Boston Blue #429CC2
RGB
CMYK
RGB Variations
Color information
#429CC2 (or 0x429CC2) is known color: Boston Blue. HEX triplet: 42, 9C and C2. RGB value is (66,156,194). Sum of RGB (Red+Green+Blue) = 66+156+194=416 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.87% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 194 (76.17% from 255 or 46.63% from 416); Max value from RGB is 194 - color contains mainly: blue. Hex color #429CC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429CC2 is #BD633D. Grayscale: #858585. Windows color (decimal): -12411710 or 12753986. OLE color: 12753986.
HSL color Cylindrical-coordinate representation of color #429CC2: hue angle of 197.81º degrees, saturation: 0.51, 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 #429CC2 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 156 | 194 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.24 |
| HSL | 197.81º | 0.51% | 0.51% | - |
| HSV(B) | 197.81º | 0.66% | 0.76% | - |
| XYZ | 23.87 | 28.83 | 55.35 | - |
| YUV | 133.42 | 162.18 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 156 | 194 | 0.66 | 0.20 | 0 | 0.24 | 197.81 | 0.51 | 0.51 |
| Hex | 42 | 9C | C2 | 42 | 14 | 0 | 18 | C6 | 33 | 33 |
| Octal | 102 | 234 | 302 | 102 | 24 | 0 | 30 | 306 | 63 | 63 |
| Binary | 1000010 | 10011100 | 11000010 | 1000010 | 10100 | 0 | 11000 | 11000110 | 110011 | 110011 |
Color Harmonies of #429CC2
Complementary color
Monochromatic Colors of #429CC2
Black with #429CC2
Text Example
Text Example
White with #429CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429CC2; }
p { color: rgb(66,156,194); }
H1.HeaderClassName
{
color: #429CC2;
}
.AnyTagClassName
{
color: #429CC2;
}
</style>
background-color css
<style>
a { background-color: #429CC2; }
a { background-color: rgb(66,156,194); }
div.DivClassName
{
background-color: #429CC2;
}
.BgClassName
{
background-color: #429CC2;
}
</style>
border-color css
<style>
span { border-color: #429CC2; }
span { border-color: rgb(66,156,194); }
td.TdClassName
{
border-color: #429CC2;
}
.TagClassName
{
border-color: #429CC2;
}
</style>