Shades of Boston Blue #388BB0
Tints of Boston Blue #388BB0
RGB
CMYK
RGB Variations
Color information
#388BB0 (or 0x388BB0) is known color: Boston Blue. HEX triplet: 38, 8B and B0. RGB value is (56,139,176). Sum of RGB (Red+Green+Blue) = 56+139+176=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 176 - color contains mainly: blue. Hex color #388BB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388BB0 is #C7744F. Grayscale: #767676. Windows color (decimal): -13071440 or 11569976. OLE color: 11569976.
HSL color Cylindrical-coordinate representation of color #388BB0: hue angle of 198.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #388BB0 is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 139 | 176 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.31 |
| HSL | 198.5º | 0.52% | 0.45% | - |
| HSV(B) | 198.5º | 0.68% | 0.69% | - |
| XYZ | 18.7 | 22.44 | 44.42 | - |
| YUV | 118.4 | 160.5 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 176 | 0.68 | 0.21 | 0 | 0.31 | 198.5 | 0.52 | 0.45 |
| Hex | 38 | 8B | B0 | 44 | 15 | 0 | 1F | C6 | 34 | 2D |
| Octal | 70 | 213 | 260 | 104 | 25 | 0 | 37 | 306 | 64 | 55 |
| Binary | 111000 | 10001011 | 10110000 | 1000100 | 10101 | 0 | 11111 | 11000110 | 110100 | 101101 |
Color Harmonies of #388BB0
Complementary color
Monochromatic Colors of #388BB0
Black with #388BB0
Text Example
Text Example
White with #388BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388BB0; }
p { color: rgb(56,139,176); }
H1.HeaderClassName
{
color: #388BB0;
}
.AnyTagClassName
{
color: #388BB0;
}
</style>
background-color css
<style>
a { background-color: #388BB0; }
a { background-color: rgb(56,139,176); }
div.DivClassName
{
background-color: #388BB0;
}
.BgClassName
{
background-color: #388BB0;
}
</style>
border-color css
<style>
span { border-color: #388BB0; }
span { border-color: rgb(56,139,176); }
td.TdClassName
{
border-color: #388BB0;
}
.TagClassName
{
border-color: #388BB0;
}
</style>