Shades of Boston Blue #388BAB
Tints of Boston Blue #388BAB
RGB
CMYK
RGB Variations
Color information
#388BAB (or 0x388BAB) is known color: Boston Blue. HEX triplet: 38, 8B and AB. RGB value is (56,139,171). Sum of RGB (Red+Green+Blue) = 56+139+171=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #388BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388BAB is #C77454. Grayscale: #757575. Windows color (decimal): -13071445 or 11242296. OLE color: 11242296.
HSL color Cylindrical-coordinate representation of color #388BAB: hue angle of 196.7º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #388BAB is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 139 | 171 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.33 |
| HSL | 196.7º | 0.51% | 0.45% | - |
| HSV(B) | 196.7º | 0.67% | 0.67% | - |
| XYZ | 18.21 | 22.25 | 41.86 | - |
| YUV | 117.83 | 158 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 171 | 0.67 | 0.19 | 0 | 0.33 | 196.7 | 0.51 | 0.45 |
| Hex | 38 | 8B | AB | 43 | 13 | 0 | 21 | C5 | 33 | 2D |
| Octal | 70 | 213 | 253 | 103 | 23 | 0 | 41 | 305 | 63 | 55 |
| Binary | 111000 | 10001011 | 10101011 | 1000011 | 10011 | 0 | 100001 | 11000101 | 110011 | 101101 |
Color Harmonies of #388BAB
Complementary color
Monochromatic Colors of #388BAB
Black with #388BAB
Text Example
Text Example
White with #388BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388BAB; }
p { color: rgb(56,139,171); }
H1.HeaderClassName
{
color: #388BAB;
}
.AnyTagClassName
{
color: #388BAB;
}
</style>
background-color css
<style>
a { background-color: #388BAB; }
a { background-color: rgb(56,139,171); }
div.DivClassName
{
background-color: #388BAB;
}
.BgClassName
{
background-color: #388BAB;
}
</style>
border-color css
<style>
span { border-color: #388BAB; }
span { border-color: rgb(56,139,171); }
td.TdClassName
{
border-color: #388BAB;
}
.TagClassName
{
border-color: #388BAB;
}
</style>