Shades of Boston Blue #378FB1
Tints of Boston Blue #378FB1
RGB
CMYK
RGB Variations
Color information
#378FB1 (or 0x378FB1) is known color: Boston Blue. HEX triplet: 37, 8F and B1. RGB value is (55,143,177). Sum of RGB (Red+Green+Blue) = 55+143+177=375 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.67% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 177 (69.53% from 255 or 47.2% from 375); Max value from RGB is 177 - color contains mainly: blue. Hex color #378FB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378FB1 is #C8704E. Grayscale: #787878. Windows color (decimal): -13135951 or 11636535. OLE color: 11636535.
HSL color Cylindrical-coordinate representation of color #378FB1: hue angle of 196.72º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #378FB1 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 143 | 177 | - |
| CMYK | 0.69 | 0.19 | 0 | 0.31 |
| HSL | 196.72º | 0.53% | 0.45% | - |
| HSV(B) | 196.72º | 0.69% | 0.69% | - |
| XYZ | 19.33 | 23.63 | 45.14 | - |
| YUV | 120.56 | 159.85 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 143 | 177 | 0.69 | 0.19 | 0 | 0.31 | 196.72 | 0.53 | 0.45 |
| Hex | 37 | 8F | B1 | 45 | 13 | 0 | 1F | C5 | 35 | 2D |
| Octal | 67 | 217 | 261 | 105 | 23 | 0 | 37 | 305 | 65 | 55 |
| Binary | 110111 | 10001111 | 10110001 | 1000101 | 10011 | 0 | 11111 | 11000101 | 110101 | 101101 |
Color Harmonies of #378FB1
Complementary color
Monochromatic Colors of #378FB1
Black with #378FB1
Text Example
Text Example
White with #378FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378FB1; }
p { color: rgb(55,143,177); }
H1.HeaderClassName
{
color: #378FB1;
}
.AnyTagClassName
{
color: #378FB1;
}
</style>
background-color css
<style>
a { background-color: #378FB1; }
a { background-color: rgb(55,143,177); }
div.DivClassName
{
background-color: #378FB1;
}
.BgClassName
{
background-color: #378FB1;
}
</style>
border-color css
<style>
span { border-color: #378FB1; }
span { border-color: rgb(55,143,177); }
td.TdClassName
{
border-color: #378FB1;
}
.TagClassName
{
border-color: #378FB1;
}
</style>