Shades of Boston Blue #409CC2
Tints of Boston Blue #409CC2
RGB
CMYK
RGB Variations
Color information
#409CC2 (or 0x409CC2) is known color: Boston Blue. HEX triplet: 40, 9C and C2. RGB value is (64,156,194). Sum of RGB (Red+Green+Blue) = 64+156+194=414 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.46% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 194 (76.17% from 255 or 46.86% from 414); Max value from RGB is 194 - color contains mainly: blue. Hex color #409CC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409CC2 is #BF633D. Grayscale: #848484. Windows color (decimal): -12542782 or 12753984. OLE color: 12753984.
HSL color Cylindrical-coordinate representation of color #409CC2: hue angle of 197.54º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #409CC2 is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 156 | 194 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.24 |
| HSL | 197.54º | 0.52% | 0.51% | - |
| HSV(B) | 197.54º | 0.67% | 0.76% | - |
| XYZ | 23.74 | 28.76 | 55.34 | - |
| YUV | 132.82 | 162.52 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 156 | 194 | 0.67 | 0.20 | 0 | 0.24 | 197.54 | 0.52 | 0.51 |
| Hex | 40 | 9C | C2 | 43 | 14 | 0 | 18 | C6 | 34 | 33 |
| Octal | 100 | 234 | 302 | 103 | 24 | 0 | 30 | 306 | 64 | 63 |
| Binary | 1000000 | 10011100 | 11000010 | 1000011 | 10100 | 0 | 11000 | 11000110 | 110100 | 110011 |
Color Harmonies of #409CC2
Complementary color
Monochromatic Colors of #409CC2
Black with #409CC2
Text Example
Text Example
White with #409CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409CC2; }
p { color: rgb(64,156,194); }
H1.HeaderClassName
{
color: #409CC2;
}
.AnyTagClassName
{
color: #409CC2;
}
</style>
background-color css
<style>
a { background-color: #409CC2; }
a { background-color: rgb(64,156,194); }
div.DivClassName
{
background-color: #409CC2;
}
.BgClassName
{
background-color: #409CC2;
}
</style>
border-color css
<style>
span { border-color: #409CC2; }
span { border-color: rgb(64,156,194); }
td.TdClassName
{
border-color: #409CC2;
}
.TagClassName
{
border-color: #409CC2;
}
</style>