Shades of Boston Blue #388BAD
Tints of Boston Blue #388BAD
RGB
CMYK
RGB Variations
Color information
#388BAD (or 0x388BAD) is known color: Boston Blue. HEX triplet: 38, 8B and AD. RGB value is (56,139,173). Sum of RGB (Red+Green+Blue) = 56+139+173=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #388BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388BAD is #C77452. Grayscale: #757575. Windows color (decimal): -13071443 or 11373368. OLE color: 11373368.
HSL color Cylindrical-coordinate representation of color #388BAD: hue angle of 197.44º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #388BAD is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 139 | 173 | - |
| CMYK | 0.68 | 0.20 | 0 | 0.32 |
| HSL | 197.44º | 0.51% | 0.45% | - |
| HSV(B) | 197.44º | 0.68% | 0.68% | - |
| XYZ | 18.41 | 22.32 | 42.87 | - |
| YUV | 118.06 | 159 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 173 | 0.68 | 0.20 | 0 | 0.32 | 197.44 | 0.51 | 0.45 |
| Hex | 38 | 8B | AD | 44 | 14 | 0 | 20 | C5 | 33 | 2D |
| Octal | 70 | 213 | 255 | 104 | 24 | 0 | 40 | 305 | 63 | 55 |
| Binary | 111000 | 10001011 | 10101101 | 1000100 | 10100 | 0 | 100000 | 11000101 | 110011 | 101101 |
Color Harmonies of #388BAD
Complementary color
Monochromatic Colors of #388BAD
Black with #388BAD
Text Example
Text Example
White with #388BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388BAD; }
p { color: rgb(56,139,173); }
H1.HeaderClassName
{
color: #388BAD;
}
.AnyTagClassName
{
color: #388BAD;
}
</style>
background-color css
<style>
a { background-color: #388BAD; }
a { background-color: rgb(56,139,173); }
div.DivClassName
{
background-color: #388BAD;
}
.BgClassName
{
background-color: #388BAD;
}
</style>
border-color css
<style>
span { border-color: #388BAD; }
span { border-color: rgb(56,139,173); }
td.TdClassName
{
border-color: #388BAD;
}
.TagClassName
{
border-color: #388BAD;
}
</style>