Shades of Boston Blue #388BAF
Tints of Boston Blue #388BAF
RGB
CMYK
RGB Variations
Color information
#388BAF (or 0x388BAF) is known color: Boston Blue. HEX triplet: 38, 8B and AF. RGB value is (56,139,175). Sum of RGB (Red+Green+Blue) = 56+139+175=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #388BAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388BAF is #C77450. Grayscale: #767676. Windows color (decimal): -13071441 or 11504440. OLE color: 11504440.
HSL color Cylindrical-coordinate representation of color #388BAF: hue angle of 198.15º 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 #388BAF is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 139 | 175 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.31 |
| HSL | 198.15º | 0.52% | 0.45% | - |
| HSV(B) | 198.15º | 0.68% | 0.69% | - |
| XYZ | 18.6 | 22.4 | 43.9 | - |
| YUV | 118.29 | 160 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 175 | 0.68 | 0.21 | 0 | 0.31 | 198.15 | 0.52 | 0.45 |
| Hex | 38 | 8B | AF | 44 | 15 | 0 | 1F | C6 | 34 | 2D |
| Octal | 70 | 213 | 257 | 104 | 25 | 0 | 37 | 306 | 64 | 55 |
| Binary | 111000 | 10001011 | 10101111 | 1000100 | 10101 | 0 | 11111 | 11000110 | 110100 | 101101 |
Color Harmonies of #388BAF
Complementary color
Monochromatic Colors of #388BAF
Black with #388BAF
Text Example
Text Example
White with #388BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388BAF; }
p { color: rgb(56,139,175); }
H1.HeaderClassName
{
color: #388BAF;
}
.AnyTagClassName
{
color: #388BAF;
}
</style>
background-color css
<style>
a { background-color: #388BAF; }
a { background-color: rgb(56,139,175); }
div.DivClassName
{
background-color: #388BAF;
}
.BgClassName
{
background-color: #388BAF;
}
</style>
border-color css
<style>
span { border-color: #388BAF; }
span { border-color: rgb(56,139,175); }
td.TdClassName
{
border-color: #388BAF;
}
.TagClassName
{
border-color: #388BAF;
}
</style>