Shades of Boston Blue #388AAD
Tints of Boston Blue #388AAD
RGB
CMYK
RGB Variations
Color information
#388AAD (or 0x388AAD) is known color: Boston Blue. HEX triplet: 38, 8A and AD. RGB value is (56,138,173). Sum of RGB (Red+Green+Blue) = 56+138+173=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #388AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388AAD is #C77552. Grayscale: #757575. Windows color (decimal): -13071699 or 11373112. OLE color: 11373112.
HSL color Cylindrical-coordinate representation of color #388AAD: hue angle of 197.95º 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 #388AAD is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 138 | 173 | - |
| CMYK | 0.68 | 0.20 | 0 | 0.32 |
| HSL | 197.95º | 0.51% | 0.45% | - |
| HSV(B) | 197.95º | 0.68% | 0.68% | - |
| XYZ | 18.26 | 22.03 | 42.83 | - |
| YUV | 117.47 | 159.33 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 173 | 0.68 | 0.20 | 0 | 0.32 | 197.95 | 0.51 | 0.45 |
| Hex | 38 | 8A | AD | 44 | 14 | 0 | 20 | C6 | 33 | 2D |
| Octal | 70 | 212 | 255 | 104 | 24 | 0 | 40 | 306 | 63 | 55 |
| Binary | 111000 | 10001010 | 10101101 | 1000100 | 10100 | 0 | 100000 | 11000110 | 110011 | 101101 |
Color Harmonies of #388AAD
Complementary color
Monochromatic Colors of #388AAD
Black with #388AAD
Text Example
Text Example
White with #388AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388AAD; }
p { color: rgb(56,138,173); }
H1.HeaderClassName
{
color: #388AAD;
}
.AnyTagClassName
{
color: #388AAD;
}
</style>
background-color css
<style>
a { background-color: #388AAD; }
a { background-color: rgb(56,138,173); }
div.DivClassName
{
background-color: #388AAD;
}
.BgClassName
{
background-color: #388AAD;
}
</style>
border-color css
<style>
span { border-color: #388AAD; }
span { border-color: rgb(56,138,173); }
td.TdClassName
{
border-color: #388AAD;
}
.TagClassName
{
border-color: #388AAD;
}
</style>