Shades of Boston Blue #378DA9
Tints of Boston Blue #378DA9
RGB
CMYK
RGB Variations
Color information
#378DA9 (or 0x378DA9) is known color: Boston Blue. HEX triplet: 37, 8D and A9. RGB value is (55,141,169). Sum of RGB (Red+Green+Blue) = 55+141+169=365 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.07% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 169 (66.41% from 255 or 46.30% from 365); Max value from RGB is 169 - color contains mainly: blue. Hex color #378DA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378DA9 is #C87256. Grayscale: #767676. Windows color (decimal): -13136471 or 11111735. OLE color: 11111735.
HSL color Cylindrical-coordinate representation of color #378DA9: hue angle of 194.74º 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 #378DA9 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 55 | 141 | 169 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.34 |
| HSL | 194.74º | 0.51% | 0.44% | - |
| HSV(B) | 194.74º | 0.67% | 0.66% | - |
| XYZ | 18.26 | 22.73 | 40.96 | - |
| YUV | 118.48 | 156.51 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 169 | 0.67 | 0.17 | 0 | 0.34 | 194.74 | 0.51 | 0.44 |
| Hex | 37 | 8D | A9 | 43 | 11 | 0 | 22 | C3 | 33 | 2C |
| Octal | 67 | 215 | 251 | 103 | 21 | 0 | 42 | 303 | 63 | 54 |
| Binary | 110111 | 10001101 | 10101001 | 1000011 | 10001 | 0 | 100010 | 11000011 | 110011 | 101100 |
Color Harmonies of #378DA9
Complementary color
Monochromatic Colors of #378DA9
Black with #378DA9
Text Example
Text Example
White with #378DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378DA9; }
p { color: rgb(55,141,169); }
H1.HeaderClassName
{
color: #378DA9;
}
.AnyTagClassName
{
color: #378DA9;
}
</style>
background-color css
<style>
a { background-color: #378DA9; }
a { background-color: rgb(55,141,169); }
div.DivClassName
{
background-color: #378DA9;
}
.BgClassName
{
background-color: #378DA9;
}
</style>
border-color css
<style>
span { border-color: #378DA9; }
span { border-color: rgb(55,141,169); }
td.TdClassName
{
border-color: #378DA9;
}
.TagClassName
{
border-color: #378DA9;
}
</style>