Shades of Boston Blue #388CB1
Tints of Boston Blue #388CB1
RGB
CMYK
RGB Variations
Color information
#388CB1 (or 0x388CB1) is known color: Boston Blue. HEX triplet: 38, 8C and B1. RGB value is (56,140,177). Sum of RGB (Red+Green+Blue) = 56+140+177=373 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.01% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 177 (69.53% from 255 or 47.45% from 373); Max value from RGB is 177 - color contains mainly: blue. Hex color #388CB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388CB1 is #C7734E. Grayscale: #767676. Windows color (decimal): -13071183 or 11635768. OLE color: 11635768.
HSL color Cylindrical-coordinate representation of color #388CB1: hue angle of 198.35º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #388CB1 is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 140 | 177 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.31 |
| HSL | 198.35º | 0.52% | 0.46% | - |
| HSV(B) | 198.35º | 0.68% | 0.69% | - |
| XYZ | 18.94 | 22.77 | 44.99 | - |
| YUV | 119.1 | 160.67 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 177 | 0.68 | 0.21 | 0 | 0.31 | 198.35 | 0.52 | 0.46 |
| Hex | 38 | 8C | B1 | 44 | 15 | 0 | 1F | C6 | 34 | 2E |
| Octal | 70 | 214 | 261 | 104 | 25 | 0 | 37 | 306 | 64 | 56 |
| Binary | 111000 | 10001100 | 10110001 | 1000100 | 10101 | 0 | 11111 | 11000110 | 110100 | 101110 |
Color Harmonies of #388CB1
Complementary color
Monochromatic Colors of #388CB1
Black with #388CB1
Text Example
Text Example
White with #388CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388CB1; }
p { color: rgb(56,140,177); }
H1.HeaderClassName
{
color: #388CB1;
}
.AnyTagClassName
{
color: #388CB1;
}
</style>
background-color css
<style>
a { background-color: #388CB1; }
a { background-color: rgb(56,140,177); }
div.DivClassName
{
background-color: #388CB1;
}
.BgClassName
{
background-color: #388CB1;
}
</style>
border-color css
<style>
span { border-color: #388CB1; }
span { border-color: rgb(56,140,177); }
td.TdClassName
{
border-color: #388CB1;
}
.TagClassName
{
border-color: #388CB1;
}
</style>