Shades of Boston Blue #378AAA
Tints of Boston Blue #378AAA
RGB
CMYK
RGB Variations
Color information
#378AAA (or 0x378AAA) is known color: Boston Blue. HEX triplet: 37, 8A and AA. RGB value is (55,138,170). Sum of RGB (Red+Green+Blue) = 55+138+170=363 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.15% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #378AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378AAA is #C87555. Grayscale: #747474. Windows color (decimal): -13137238 or 11176503. OLE color: 11176503.
HSL color Cylindrical-coordinate representation of color #378AAA: hue angle of 196.7º 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 #378AAA is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 138 | 170 | - |
| CMYK | 0.68 | 0.19 | 0 | 0.33 |
| HSL | 196.7º | 0.51% | 0.44% | - |
| HSV(B) | 196.7º | 0.68% | 0.67% | - |
| XYZ | 17.92 | 21.89 | 41.31 | - |
| YUV | 116.83 | 158 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 138 | 170 | 0.68 | 0.19 | 0 | 0.33 | 196.7 | 0.51 | 0.44 |
| Hex | 37 | 8A | AA | 44 | 13 | 0 | 21 | C5 | 33 | 2C |
| Octal | 67 | 212 | 252 | 104 | 23 | 0 | 41 | 305 | 63 | 54 |
| Binary | 110111 | 10001010 | 10101010 | 1000100 | 10011 | 0 | 100001 | 11000101 | 110011 | 101100 |
Color Harmonies of #378AAA
Complementary color
Monochromatic Colors of #378AAA
Black with #378AAA
Text Example
Text Example
White with #378AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378AAA; }
p { color: rgb(55,138,170); }
H1.HeaderClassName
{
color: #378AAA;
}
.AnyTagClassName
{
color: #378AAA;
}
</style>
background-color css
<style>
a { background-color: #378AAA; }
a { background-color: rgb(55,138,170); }
div.DivClassName
{
background-color: #378AAA;
}
.BgClassName
{
background-color: #378AAA;
}
</style>
border-color css
<style>
span { border-color: #378AAA; }
span { border-color: rgb(55,138,170); }
td.TdClassName
{
border-color: #378AAA;
}
.TagClassName
{
border-color: #378AAA;
}
</style>