Shades of Boston Blue #378BA9
Tints of Boston Blue #378BA9
RGB
CMYK
RGB Variations
Color information
#378BA9 (or 0x378BA9) is known color: Boston Blue. HEX triplet: 37, 8B and A9. RGB value is (55,139,169). Sum of RGB (Red+Green+Blue) = 55+139+169=363 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.15% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 169 (66.41% from 255 or 46.56% from 363); Max value from RGB is 169 - color contains mainly: blue. Hex color #378BA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378BA9 is #C87456. Grayscale: #757575. Windows color (decimal): -13136983 or 11111223. OLE color: 11111223.
HSL color Cylindrical-coordinate representation of color #378BA9: hue angle of 195.79º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #378BA9 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 55 | 139 | 169 | - |
| CMYK | 0.67 | 0.18 | 0 | 0.34 |
| HSL | 195.79º | 0.51% | 0.44% | - |
| HSV(B) | 195.79º | 0.67% | 0.66% | - |
| XYZ | 17.97 | 22.14 | 40.86 | - |
| YUV | 117.3 | 157.17 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 139 | 169 | 0.67 | 0.18 | 0 | 0.34 | 195.79 | 0.51 | 0.44 |
| Hex | 37 | 8B | A9 | 43 | 12 | 0 | 22 | C4 | 33 | 2C |
| Octal | 67 | 213 | 251 | 103 | 22 | 0 | 42 | 304 | 63 | 54 |
| Binary | 110111 | 10001011 | 10101001 | 1000011 | 10010 | 0 | 100010 | 11000100 | 110011 | 101100 |
Color Harmonies of #378BA9
Complementary color
Monochromatic Colors of #378BA9
Black with #378BA9
Text Example
Text Example
White with #378BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378BA9; }
p { color: rgb(55,139,169); }
H1.HeaderClassName
{
color: #378BA9;
}
.AnyTagClassName
{
color: #378BA9;
}
</style>
background-color css
<style>
a { background-color: #378BA9; }
a { background-color: rgb(55,139,169); }
div.DivClassName
{
background-color: #378BA9;
}
.BgClassName
{
background-color: #378BA9;
}
</style>
border-color css
<style>
span { border-color: #378BA9; }
span { border-color: rgb(55,139,169); }
td.TdClassName
{
border-color: #378BA9;
}
.TagClassName
{
border-color: #378BA9;
}
</style>