Shades of Boston Blue #428CA3
Tints of Boston Blue #428CA3
RGB
CMYK
RGB Variations
Color information
#428CA3 (or 0x428CA3) is known color: Boston Blue. HEX triplet: 42, 8C and A3. RGB value is (66,140,163). Sum of RGB (Red+Green+Blue) = 66+140+163=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 163 (64.06% from 255 or 44.17% from 369); Max value from RGB is 163 - color contains mainly: blue. Hex color #428CA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428CA3 is #BD735C. Grayscale: #787878. Windows color (decimal): -12415837 or 10718274. OLE color: 10718274.
HSL color Cylindrical-coordinate representation of color #428CA3: hue angle of 194.23º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #428CA3 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 140 | 163 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.36 |
| HSL | 194.23º | 0.42% | 0.45% | - |
| HSV(B) | 194.23º | 0.6% | 0.64% | - |
| XYZ | 18.24 | 22.56 | 38.04 | - |
| YUV | 120.5 | 151.98 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 140 | 163 | 0.60 | 0.14 | 0 | 0.36 | 194.23 | 0.42 | 0.45 |
| Hex | 42 | 8C | A3 | 3C | E | 0 | 24 | C2 | 2A | 2D |
| Octal | 102 | 214 | 243 | 74 | 16 | 0 | 44 | 302 | 52 | 55 |
| Binary | 1000010 | 10001100 | 10100011 | 111100 | 1110 | 0 | 100100 | 11000010 | 101010 | 101101 |
Color Harmonies of #428CA3
Complementary color
Monochromatic Colors of #428CA3
Black with #428CA3
Text Example
Text Example
White with #428CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428CA3; }
p { color: rgb(66,140,163); }
H1.HeaderClassName
{
color: #428CA3;
}
.AnyTagClassName
{
color: #428CA3;
}
</style>
background-color css
<style>
a { background-color: #428CA3; }
a { background-color: rgb(66,140,163); }
div.DivClassName
{
background-color: #428CA3;
}
.BgClassName
{
background-color: #428CA3;
}
</style>
border-color css
<style>
span { border-color: #428CA3; }
span { border-color: rgb(66,140,163); }
td.TdClassName
{
border-color: #428CA3;
}
.TagClassName
{
border-color: #428CA3;
}
</style>