Shades of Boston Blue #388DA8
Tints of Boston Blue #388DA8
RGB
CMYK
RGB Variations
Color information
#388DA8 (or 0x388DA8) is known color: Boston Blue. HEX triplet: 38, 8D and A8. RGB value is (56,141,168). Sum of RGB (Red+Green+Blue) = 56+141+168=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 168 (66.02% from 255 or 46.03% from 365); Max value from RGB is 168 - color contains mainly: blue. Hex color #388DA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388DA8 is #C77257. Grayscale: #767676. Windows color (decimal): -13070936 or 11046200. OLE color: 11046200.
HSL color Cylindrical-coordinate representation of color #388DA8: hue angle of 194.46º 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 #388DA8 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 56 | 141 | 168 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.34 |
| HSL | 194.46º | 0.5% | 0.44% | - |
| HSV(B) | 194.46º | 0.67% | 0.66% | - |
| XYZ | 18.22 | 22.72 | 40.47 | - |
| YUV | 118.66 | 155.84 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 141 | 168 | 0.67 | 0.16 | 0 | 0.34 | 194.46 | 0.5 | 0.44 |
| Hex | 38 | 8D | A8 | 43 | 10 | 0 | 22 | C2 | 32 | 2C |
| Octal | 70 | 215 | 250 | 103 | 20 | 0 | 42 | 302 | 62 | 54 |
| Binary | 111000 | 10001101 | 10101000 | 1000011 | 10000 | 0 | 100010 | 11000010 | 110010 | 101100 |
Color Harmonies of #388DA8
Complementary color
Monochromatic Colors of #388DA8
Black with #388DA8
Text Example
Text Example
White with #388DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388DA8; }
p { color: rgb(56,141,168); }
H1.HeaderClassName
{
color: #388DA8;
}
.AnyTagClassName
{
color: #388DA8;
}
</style>
background-color css
<style>
a { background-color: #388DA8; }
a { background-color: rgb(56,141,168); }
div.DivClassName
{
background-color: #388DA8;
}
.BgClassName
{
background-color: #388DA8;
}
</style>
border-color css
<style>
span { border-color: #388DA8; }
span { border-color: rgb(56,141,168); }
td.TdClassName
{
border-color: #388DA8;
}
.TagClassName
{
border-color: #388DA8;
}
</style>