Shades of Boston Blue #378CB0
Tints of Boston Blue #378CB0
RGB
CMYK
RGB Variations
Color information
#378CB0 (or 0x378CB0) is known color: Boston Blue. HEX triplet: 37, 8C and B0. RGB value is (55,140,176). Sum of RGB (Red+Green+Blue) = 55+140+176=371 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.82% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 176 - color contains mainly: blue. Hex color #378CB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378CB0 is #C8734F. Grayscale: #767676. Windows color (decimal): -13136720 or 11570231. OLE color: 11570231.
HSL color Cylindrical-coordinate representation of color #378CB0: hue angle of 197.85º degrees, saturation: 0.52, 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 #378CB0 is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 140 | 176 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.31 |
| HSL | 197.85º | 0.52% | 0.45% | - |
| HSV(B) | 197.85º | 0.69% | 0.69% | - |
| XYZ | 18.79 | 22.7 | 44.47 | - |
| YUV | 118.69 | 160.34 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 140 | 176 | 0.69 | 0.20 | 0 | 0.31 | 197.85 | 0.52 | 0.45 |
| Hex | 37 | 8C | B0 | 45 | 14 | 0 | 1F | C6 | 34 | 2D |
| Octal | 67 | 214 | 260 | 105 | 24 | 0 | 37 | 306 | 64 | 55 |
| Binary | 110111 | 10001100 | 10110000 | 1000101 | 10100 | 0 | 11111 | 11000110 | 110100 | 101101 |
Color Harmonies of #378CB0
Complementary color
Monochromatic Colors of #378CB0
Black with #378CB0
Text Example
Text Example
White with #378CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378CB0; }
p { color: rgb(55,140,176); }
H1.HeaderClassName
{
color: #378CB0;
}
.AnyTagClassName
{
color: #378CB0;
}
</style>
background-color css
<style>
a { background-color: #378CB0; }
a { background-color: rgb(55,140,176); }
div.DivClassName
{
background-color: #378CB0;
}
.BgClassName
{
background-color: #378CB0;
}
</style>
border-color css
<style>
span { border-color: #378CB0; }
span { border-color: rgb(55,140,176); }
td.TdClassName
{
border-color: #378CB0;
}
.TagClassName
{
border-color: #378CB0;
}
</style>