Shades of Boston Blue #388BAE
Tints of Boston Blue #388BAE
RGB
CMYK
RGB Variations
Color information
#388BAE (or 0x388BAE) is known color: Boston Blue. HEX triplet: 38, 8B and AE. RGB value is (56,139,174). Sum of RGB (Red+Green+Blue) = 56+139+174=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #388BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388BAE is #C77451. Grayscale: #757575. Windows color (decimal): -13071442 or 11438904. OLE color: 11438904.
HSL color Cylindrical-coordinate representation of color #388BAE: hue angle of 197.8º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #388BAE is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 139 | 174 | - |
| CMYK | 0.68 | 0.20 | 0 | 0.32 |
| HSL | 197.8º | 0.51% | 0.45% | - |
| HSV(B) | 197.8º | 0.68% | 0.68% | - |
| XYZ | 18.5 | 22.36 | 43.39 | - |
| YUV | 118.17 | 159.5 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 174 | 0.68 | 0.20 | 0 | 0.32 | 197.8 | 0.51 | 0.45 |
| Hex | 38 | 8B | AE | 44 | 14 | 0 | 20 | C6 | 33 | 2D |
| Octal | 70 | 213 | 256 | 104 | 24 | 0 | 40 | 306 | 63 | 55 |
| Binary | 111000 | 10001011 | 10101110 | 1000100 | 10100 | 0 | 100000 | 11000110 | 110011 | 101101 |
Color Harmonies of #388BAE
Complementary color
Monochromatic Colors of #388BAE
Black with #388BAE
Text Example
Text Example
White with #388BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388BAE; }
p { color: rgb(56,139,174); }
H1.HeaderClassName
{
color: #388BAE;
}
.AnyTagClassName
{
color: #388BAE;
}
</style>
background-color css
<style>
a { background-color: #388BAE; }
a { background-color: rgb(56,139,174); }
div.DivClassName
{
background-color: #388BAE;
}
.BgClassName
{
background-color: #388BAE;
}
</style>
border-color css
<style>
span { border-color: #388BAE; }
span { border-color: rgb(56,139,174); }
td.TdClassName
{
border-color: #388BAE;
}
.TagClassName
{
border-color: #388BAE;
}
</style>