Shades of Boston Blue #429CB5
Tints of Boston Blue #429CB5
RGB
CMYK
RGB Variations
Color information
#429CB5 (or 0x429CB5) is known color: Boston Blue. HEX triplet: 42, 9C and B5. RGB value is (66,156,181). Sum of RGB (Red+Green+Blue) = 66+156+181=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 181 - color contains mainly: blue. Hex color #429CB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429CB5 is #BD634A. Grayscale: #838383. Windows color (decimal): -12411723 or 11902018. OLE color: 11902018.
HSL color Cylindrical-coordinate representation of color #429CB5: hue angle of 193.04º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #429CB5 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 156 | 181 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.29 |
| HSL | 193.04º | 0.47% | 0.48% | - |
| HSV(B) | 193.04º | 0.64% | 0.71% | - |
| XYZ | 22.48 | 28.27 | 47.99 | - |
| YUV | 131.94 | 155.68 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 156 | 181 | 0.64 | 0.14 | 0 | 0.29 | 193.04 | 0.47 | 0.48 |
| Hex | 42 | 9C | B5 | 40 | E | 0 | 1D | C1 | 2F | 30 |
| Octal | 102 | 234 | 265 | 100 | 16 | 0 | 35 | 301 | 57 | 60 |
| Binary | 1000010 | 10011100 | 10110101 | 1000000 | 1110 | 0 | 11101 | 11000001 | 101111 | 110000 |
Color Harmonies of #429CB5
Complementary color
Monochromatic Colors of #429CB5
Black with #429CB5
Text Example
Text Example
White with #429CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429CB5; }
p { color: rgb(66,156,181); }
H1.HeaderClassName
{
color: #429CB5;
}
.AnyTagClassName
{
color: #429CB5;
}
</style>
background-color css
<style>
a { background-color: #429CB5; }
a { background-color: rgb(66,156,181); }
div.DivClassName
{
background-color: #429CB5;
}
.BgClassName
{
background-color: #429CB5;
}
</style>
border-color css
<style>
span { border-color: #429CB5; }
span { border-color: rgb(66,156,181); }
td.TdClassName
{
border-color: #429CB5;
}
.TagClassName
{
border-color: #429CB5;
}
</style>