Shades of Boston Blue #388DB2
Tints of Boston Blue #388DB2
RGB
CMYK
RGB Variations
Color information
#388DB2 (or 0x388DB2) is known color: Boston Blue. HEX triplet: 38, 8D and B2. RGB value is (56,141,178). Sum of RGB (Red+Green+Blue) = 56+141+178=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 178 (69.92% from 255 or 47.47% from 375); Max value from RGB is 178 - color contains mainly: blue. Hex color #388DB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388DB2 is #C7724D. Grayscale: #777777. Windows color (decimal): -13070926 or 11701560. OLE color: 11701560.
HSL color Cylindrical-coordinate representation of color #388DB2: hue angle of 198.2º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #388DB2 is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 56 | 141 | 178 | - |
| CMYK | 0.69 | 0.21 | 0 | 0.30 |
| HSL | 198.2º | 0.52% | 0.46% | - |
| HSV(B) | 198.2º | 0.69% | 0.7% | - |
| XYZ | 19.19 | 23.1 | 45.57 | - |
| YUV | 119.8 | 160.84 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 141 | 178 | 0.69 | 0.21 | 0 | 0.30 | 198.2 | 0.52 | 0.46 |
| Hex | 38 | 8D | B2 | 45 | 15 | 0 | 1E | C6 | 34 | 2E |
| Octal | 70 | 215 | 262 | 105 | 25 | 0 | 36 | 306 | 64 | 56 |
| Binary | 111000 | 10001101 | 10110010 | 1000101 | 10101 | 0 | 11110 | 11000110 | 110100 | 101110 |
Color Harmonies of #388DB2
Complementary color
Monochromatic Colors of #388DB2
Black with #388DB2
Text Example
Text Example
White with #388DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388DB2; }
p { color: rgb(56,141,178); }
H1.HeaderClassName
{
color: #388DB2;
}
.AnyTagClassName
{
color: #388DB2;
}
</style>
background-color css
<style>
a { background-color: #388DB2; }
a { background-color: rgb(56,141,178); }
div.DivClassName
{
background-color: #388DB2;
}
.BgClassName
{
background-color: #388DB2;
}
</style>
border-color css
<style>
span { border-color: #388DB2; }
span { border-color: rgb(56,141,178); }
td.TdClassName
{
border-color: #388DB2;
}
.TagClassName
{
border-color: #388DB2;
}
</style>