Shades of Boston Blue #378BAB
Tints of Boston Blue #378BAB
RGB
CMYK
RGB Variations
Color information
#378BAB (or 0x378BAB) is known color: Boston Blue. HEX triplet: 37, 8B and AB. RGB value is (55,139,171). Sum of RGB (Red+Green+Blue) = 55+139+171=365 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.07% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #378BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378BAB is #C87454. Grayscale: #757575. Windows color (decimal): -13136981 or 11242295. OLE color: 11242295.
HSL color Cylindrical-coordinate representation of color #378BAB: hue angle of 196.55º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #378BAB is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 139 | 171 | - |
| CMYK | 0.68 | 0.19 | 0 | 0.33 |
| HSL | 196.55º | 0.51% | 0.44% | - |
| HSV(B) | 196.55º | 0.68% | 0.67% | - |
| XYZ | 18.16 | 22.22 | 41.86 | - |
| YUV | 117.53 | 158.17 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 139 | 171 | 0.68 | 0.19 | 0 | 0.33 | 196.55 | 0.51 | 0.44 |
| Hex | 37 | 8B | AB | 44 | 13 | 0 | 21 | C5 | 33 | 2C |
| Octal | 67 | 213 | 253 | 104 | 23 | 0 | 41 | 305 | 63 | 54 |
| Binary | 110111 | 10001011 | 10101011 | 1000100 | 10011 | 0 | 100001 | 11000101 | 110011 | 101100 |
Color Harmonies of #378BAB
Complementary color
Monochromatic Colors of #378BAB
Black with #378BAB
Text Example
Text Example
White with #378BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378BAB; }
p { color: rgb(55,139,171); }
H1.HeaderClassName
{
color: #378BAB;
}
.AnyTagClassName
{
color: #378BAB;
}
</style>
background-color css
<style>
a { background-color: #378BAB; }
a { background-color: rgb(55,139,171); }
div.DivClassName
{
background-color: #378BAB;
}
.BgClassName
{
background-color: #378BAB;
}
</style>
border-color css
<style>
span { border-color: #378BAB; }
span { border-color: rgb(55,139,171); }
td.TdClassName
{
border-color: #378BAB;
}
.TagClassName
{
border-color: #378BAB;
}
</style>