Shades of Boston Blue #388FB5
Tints of Boston Blue #388FB5
RGB
CMYK
RGB Variations
Color information
#388FB5 (or 0x388FB5) is known color: Boston Blue. HEX triplet: 38, 8F and B5. RGB value is (56,143,181). Sum of RGB (Red+Green+Blue) = 56+143+181=380 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.74% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 181 (71.09% from 255 or 47.63% from 380); Max value from RGB is 181 - color contains mainly: blue. Hex color #388FB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388FB5 is #C7704A. Grayscale: #797979. Windows color (decimal): -13070411 or 11898680. OLE color: 11898680.
HSL color Cylindrical-coordinate representation of color #388FB5: hue angle of 198.24º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #388FB5 is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 143 | 181 | - |
| CMYK | 0.69 | 0.21 | 0 | 0.29 |
| HSL | 198.24º | 0.53% | 0.46% | - |
| HSV(B) | 198.24º | 0.69% | 0.71% | - |
| XYZ | 19.79 | 23.82 | 47.27 | - |
| YUV | 121.32 | 161.68 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 181 | 0.69 | 0.21 | 0 | 0.29 | 198.24 | 0.53 | 0.46 |
| Hex | 38 | 8F | B5 | 45 | 15 | 0 | 1D | C6 | 35 | 2E |
| Octal | 70 | 217 | 265 | 105 | 25 | 0 | 35 | 306 | 65 | 56 |
| Binary | 111000 | 10001111 | 10110101 | 1000101 | 10101 | 0 | 11101 | 11000110 | 110101 | 101110 |
Color Harmonies of #388FB5
Complementary color
Monochromatic Colors of #388FB5
Black with #388FB5
Text Example
Text Example
White with #388FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388FB5; }
p { color: rgb(56,143,181); }
H1.HeaderClassName
{
color: #388FB5;
}
.AnyTagClassName
{
color: #388FB5;
}
</style>
background-color css
<style>
a { background-color: #388FB5; }
a { background-color: rgb(56,143,181); }
div.DivClassName
{
background-color: #388FB5;
}
.BgClassName
{
background-color: #388FB5;
}
</style>
border-color css
<style>
span { border-color: #388FB5; }
span { border-color: rgb(56,143,181); }
td.TdClassName
{
border-color: #388FB5;
}
.TagClassName
{
border-color: #388FB5;
}
</style>