Shades of Boston Blue #388AAE
Tints of Boston Blue #388AAE
RGB
CMYK
RGB Variations
Color information
#388AAE (or 0x388AAE) is known color: Boston Blue. HEX triplet: 38, 8A and AE. RGB value is (56,138,174). Sum of RGB (Red+Green+Blue) = 56+138+174=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #388AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388AAE is #C77551. Grayscale: #757575. Windows color (decimal): -13071698 or 11438648. OLE color: 11438648.
HSL color Cylindrical-coordinate representation of color #388AAE: hue angle of 198.31º 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 #388AAE is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 138 | 174 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.32 |
| HSL | 198.31º | 0.51% | 0.45% | - |
| HSV(B) | 198.31º | 0.68% | 0.68% | - |
| XYZ | 18.36 | 22.07 | 43.34 | - |
| YUV | 117.59 | 159.83 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 174 | 0.68 | 0.21 | 0 | 0.32 | 198.31 | 0.51 | 0.45 |
| Hex | 38 | 8A | AE | 44 | 15 | 0 | 20 | C6 | 33 | 2D |
| Octal | 70 | 212 | 256 | 104 | 25 | 0 | 40 | 306 | 63 | 55 |
| Binary | 111000 | 10001010 | 10101110 | 1000100 | 10101 | 0 | 100000 | 11000110 | 110011 | 101101 |
Color Harmonies of #388AAE
Complementary color
Monochromatic Colors of #388AAE
Black with #388AAE
Text Example
Text Example
White with #388AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388AAE; }
p { color: rgb(56,138,174); }
H1.HeaderClassName
{
color: #388AAE;
}
.AnyTagClassName
{
color: #388AAE;
}
</style>
background-color css
<style>
a { background-color: #388AAE; }
a { background-color: rgb(56,138,174); }
div.DivClassName
{
background-color: #388AAE;
}
.BgClassName
{
background-color: #388AAE;
}
</style>
border-color css
<style>
span { border-color: #388AAE; }
span { border-color: rgb(56,138,174); }
td.TdClassName
{
border-color: #388AAE;
}
.TagClassName
{
border-color: #388AAE;
}
</style>