Shades of Boston Blue #419CC2
Tints of Boston Blue #419CC2
RGB
CMYK
RGB Variations
Color information
#419CC2 (or 0x419CC2) is known color: Boston Blue. HEX triplet: 41, 9C and C2. RGB value is (65,156,194). Sum of RGB (Red+Green+Blue) = 65+156+194=415 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.66% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 194 (76.17% from 255 or 46.75% from 415); Max value from RGB is 194 - color contains mainly: blue. Hex color #419CC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419CC2 is #BE633D. Grayscale: #848484. Windows color (decimal): -12477246 or 12753985. OLE color: 12753985.
HSL color Cylindrical-coordinate representation of color #419CC2: hue angle of 197.67º 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 #419CC2 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 156 | 194 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.24 |
| HSL | 197.67º | 0.51% | 0.51% | - |
| HSV(B) | 197.67º | 0.66% | 0.76% | - |
| XYZ | 23.81 | 28.8 | 55.34 | - |
| YUV | 133.12 | 162.35 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 156 | 194 | 0.66 | 0.20 | 0 | 0.24 | 197.67 | 0.51 | 0.51 |
| Hex | 41 | 9C | C2 | 42 | 14 | 0 | 18 | C6 | 33 | 33 |
| Octal | 101 | 234 | 302 | 102 | 24 | 0 | 30 | 306 | 63 | 63 |
| Binary | 1000001 | 10011100 | 11000010 | 1000010 | 10100 | 0 | 11000 | 11000110 | 110011 | 110011 |
Color Harmonies of #419CC2
Complementary color
Monochromatic Colors of #419CC2
Black with #419CC2
Text Example
Text Example
White with #419CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419CC2; }
p { color: rgb(65,156,194); }
H1.HeaderClassName
{
color: #419CC2;
}
.AnyTagClassName
{
color: #419CC2;
}
</style>
background-color css
<style>
a { background-color: #419CC2; }
a { background-color: rgb(65,156,194); }
div.DivClassName
{
background-color: #419CC2;
}
.BgClassName
{
background-color: #419CC2;
}
</style>
border-color css
<style>
span { border-color: #419CC2; }
span { border-color: rgb(65,156,194); }
td.TdClassName
{
border-color: #419CC2;
}
.TagClassName
{
border-color: #419CC2;
}
</style>