Shades of Boston Blue #378BA8
Tints of Boston Blue #378BA8
RGB
CMYK
RGB Variations
Color information
#378BA8 (or 0x378BA8) is known color: Boston Blue. HEX triplet: 37, 8B and A8. RGB value is (55,139,168). Sum of RGB (Red+Green+Blue) = 55+139+168=362 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.19% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 168 (66.02% from 255 or 46.41% from 362); Max value from RGB is 168 - color contains mainly: blue. Hex color #378BA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378BA8 is #C87457. Grayscale: #747474. Windows color (decimal): -13136984 or 11045687. OLE color: 11045687.
HSL color Cylindrical-coordinate representation of color #378BA8: hue angle of 195.4º 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 #378BA8 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 55 | 139 | 168 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.34 |
| HSL | 195.4º | 0.51% | 0.44% | - |
| HSV(B) | 195.4º | 0.67% | 0.66% | - |
| XYZ | 17.88 | 22.1 | 40.37 | - |
| YUV | 117.19 | 156.67 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 139 | 168 | 0.67 | 0.17 | 0 | 0.34 | 195.4 | 0.51 | 0.44 |
| Hex | 37 | 8B | A8 | 43 | 11 | 0 | 22 | C3 | 33 | 2C |
| Octal | 67 | 213 | 250 | 103 | 21 | 0 | 42 | 303 | 63 | 54 |
| Binary | 110111 | 10001011 | 10101000 | 1000011 | 10001 | 0 | 100010 | 11000011 | 110011 | 101100 |
Color Harmonies of #378BA8
Complementary color
Monochromatic Colors of #378BA8
Black with #378BA8
Text Example
Text Example
White with #378BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378BA8; }
p { color: rgb(55,139,168); }
H1.HeaderClassName
{
color: #378BA8;
}
.AnyTagClassName
{
color: #378BA8;
}
</style>
background-color css
<style>
a { background-color: #378BA8; }
a { background-color: rgb(55,139,168); }
div.DivClassName
{
background-color: #378BA8;
}
.BgClassName
{
background-color: #378BA8;
}
</style>
border-color css
<style>
span { border-color: #378BA8; }
span { border-color: rgb(55,139,168); }
td.TdClassName
{
border-color: #378BA8;
}
.TagClassName
{
border-color: #378BA8;
}
</style>