Shades of Boston Blue #378DB3
Tints of Boston Blue #378DB3
RGB
CMYK
RGB Variations
Color information
#378DB3 (or 0x378DB3) is known color: Boston Blue. HEX triplet: 37, 8D and B3. RGB value is (55,141,179). Sum of RGB (Red+Green+Blue) = 55+141+179=375 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.67% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 179 - color contains mainly: blue. Hex color #378DB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378DB3 is #C8724C. Grayscale: #777777. Windows color (decimal): -13136461 or 11767095. OLE color: 11767095.
HSL color Cylindrical-coordinate representation of color #378DB3: hue angle of 198.39º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #378DB3 is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 55 | 141 | 179 | - |
| CMYK | 0.69 | 0.21 | 0 | 0.30 |
| HSL | 198.39º | 0.53% | 0.46% | - |
| HSV(B) | 198.39º | 0.69% | 0.7% | - |
| XYZ | 19.24 | 23.12 | 46.1 | - |
| YUV | 119.62 | 161.51 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 179 | 0.69 | 0.21 | 0 | 0.30 | 198.39 | 0.53 | 0.46 |
| Hex | 37 | 8D | B3 | 45 | 15 | 0 | 1E | C6 | 35 | 2E |
| Octal | 67 | 215 | 263 | 105 | 25 | 0 | 36 | 306 | 65 | 56 |
| Binary | 110111 | 10001101 | 10110011 | 1000101 | 10101 | 0 | 11110 | 11000110 | 110101 | 101110 |
Color Harmonies of #378DB3
Complementary color
Monochromatic Colors of #378DB3
Black with #378DB3
Text Example
Text Example
White with #378DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378DB3; }
p { color: rgb(55,141,179); }
H1.HeaderClassName
{
color: #378DB3;
}
.AnyTagClassName
{
color: #378DB3;
}
</style>
background-color css
<style>
a { background-color: #378DB3; }
a { background-color: rgb(55,141,179); }
div.DivClassName
{
background-color: #378DB3;
}
.BgClassName
{
background-color: #378DB3;
}
</style>
border-color css
<style>
span { border-color: #378DB3; }
span { border-color: rgb(55,141,179); }
td.TdClassName
{
border-color: #378DB3;
}
.TagClassName
{
border-color: #378DB3;
}
</style>