Shades of Boston Blue #378AA8
Tints of Boston Blue #378AA8
RGB
CMYK
RGB Variations
Color information
#378AA8 (or 0x378AA8) is known color: Boston Blue. HEX triplet: 37, 8A and A8. RGB value is (55,138,168). Sum of RGB (Red+Green+Blue) = 55+138+168=361 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.24% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 168 (66.02% from 255 or 46.54% from 361); Max value from RGB is 168 - color contains mainly: blue. Hex color #378AA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378AA8 is #C87557. Grayscale: #747474. Windows color (decimal): -13137240 or 11045431. OLE color: 11045431.
HSL color Cylindrical-coordinate representation of color #378AA8: hue angle of 195.93º 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 #378AA8 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 55 | 138 | 168 | - |
| CMYK | 0.67 | 0.18 | 0 | 0.34 |
| HSL | 195.93º | 0.51% | 0.44% | - |
| HSV(B) | 195.93º | 0.67% | 0.66% | - |
| XYZ | 17.73 | 21.82 | 40.32 | - |
| YUV | 116.6 | 157 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 138 | 168 | 0.67 | 0.18 | 0 | 0.34 | 195.93 | 0.51 | 0.44 |
| Hex | 37 | 8A | A8 | 43 | 12 | 0 | 22 | C4 | 33 | 2C |
| Octal | 67 | 212 | 250 | 103 | 22 | 0 | 42 | 304 | 63 | 54 |
| Binary | 110111 | 10001010 | 10101000 | 1000011 | 10010 | 0 | 100010 | 11000100 | 110011 | 101100 |
Color Harmonies of #378AA8
Complementary color
Monochromatic Colors of #378AA8
Black with #378AA8
Text Example
Text Example
White with #378AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378AA8; }
p { color: rgb(55,138,168); }
H1.HeaderClassName
{
color: #378AA8;
}
.AnyTagClassName
{
color: #378AA8;
}
</style>
background-color css
<style>
a { background-color: #378AA8; }
a { background-color: rgb(55,138,168); }
div.DivClassName
{
background-color: #378AA8;
}
.BgClassName
{
background-color: #378AA8;
}
</style>
border-color css
<style>
span { border-color: #378AA8; }
span { border-color: rgb(55,138,168); }
td.TdClassName
{
border-color: #378AA8;
}
.TagClassName
{
border-color: #378AA8;
}
</style>