Shades of Boston Blue #388BA8
Tints of Boston Blue #388BA8
RGB
CMYK
RGB Variations
Color information
#388BA8 (or 0x388BA8) is known color: Boston Blue. HEX triplet: 38, 8B and A8. RGB value is (56,139,168). Sum of RGB (Red+Green+Blue) = 56+139+168=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 168 (66.02% from 255 or 46.28% from 363); Max value from RGB is 168 - color contains mainly: blue. Hex color #388BA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388BA8 is #C77457. Grayscale: #757575. Windows color (decimal): -13071448 or 11045688. OLE color: 11045688.
HSL color Cylindrical-coordinate representation of color #388BA8: hue angle of 195.54º degrees, saturation: 0.5, 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 #388BA8 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 56 | 139 | 168 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.34 |
| HSL | 195.54º | 0.5% | 0.44% | - |
| HSV(B) | 195.54º | 0.67% | 0.66% | - |
| XYZ | 17.93 | 22.13 | 40.37 | - |
| YUV | 117.49 | 156.5 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 168 | 0.67 | 0.17 | 0 | 0.34 | 195.54 | 0.5 | 0.44 |
| Hex | 38 | 8B | A8 | 43 | 11 | 0 | 22 | C4 | 32 | 2C |
| Octal | 70 | 213 | 250 | 103 | 21 | 0 | 42 | 304 | 62 | 54 |
| Binary | 111000 | 10001011 | 10101000 | 1000011 | 10001 | 0 | 100010 | 11000100 | 110010 | 101100 |
Color Harmonies of #388BA8
Complementary color
Monochromatic Colors of #388BA8
Black with #388BA8
Text Example
Text Example
White with #388BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388BA8; }
p { color: rgb(56,139,168); }
H1.HeaderClassName
{
color: #388BA8;
}
.AnyTagClassName
{
color: #388BA8;
}
</style>
background-color css
<style>
a { background-color: #388BA8; }
a { background-color: rgb(56,139,168); }
div.DivClassName
{
background-color: #388BA8;
}
.BgClassName
{
background-color: #388BA8;
}
</style>
border-color css
<style>
span { border-color: #388BA8; }
span { border-color: rgb(56,139,168); }
td.TdClassName
{
border-color: #388BA8;
}
.TagClassName
{
border-color: #388BA8;
}
</style>