Shades of Boston Blue #388AAF
Tints of Boston Blue #388AAF
RGB
CMYK
RGB Variations
Color information
#388AAF (or 0x388AAF) is known color: Boston Blue. HEX triplet: 38, 8A and AF. RGB value is (56,138,175). Sum of RGB (Red+Green+Blue) = 56+138+175=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #388AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388AAF is #C77550. Grayscale: #757575. Windows color (decimal): -13071697 or 11504184. OLE color: 11504184.
HSL color Cylindrical-coordinate representation of color #388AAF: hue angle of 198.66º 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 #388AAF is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 138 | 175 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.31 |
| HSL | 198.66º | 0.52% | 0.45% | - |
| HSV(B) | 198.66º | 0.68% | 0.69% | - |
| XYZ | 18.46 | 22.11 | 43.85 | - |
| YUV | 117.7 | 160.33 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 175 | 0.68 | 0.21 | 0 | 0.31 | 198.66 | 0.52 | 0.45 |
| Hex | 38 | 8A | AF | 44 | 15 | 0 | 1F | C7 | 34 | 2D |
| Octal | 70 | 212 | 257 | 104 | 25 | 0 | 37 | 307 | 64 | 55 |
| Binary | 111000 | 10001010 | 10101111 | 1000100 | 10101 | 0 | 11111 | 11000111 | 110100 | 101101 |
Color Harmonies of #388AAF
Complementary color
Monochromatic Colors of #388AAF
Black with #388AAF
Text Example
Text Example
White with #388AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388AAF; }
p { color: rgb(56,138,175); }
H1.HeaderClassName
{
color: #388AAF;
}
.AnyTagClassName
{
color: #388AAF;
}
</style>
background-color css
<style>
a { background-color: #388AAF; }
a { background-color: rgb(56,138,175); }
div.DivClassName
{
background-color: #388AAF;
}
.BgClassName
{
background-color: #388AAF;
}
</style>
border-color css
<style>
span { border-color: #388AAF; }
span { border-color: rgb(56,138,175); }
td.TdClassName
{
border-color: #388AAF;
}
.TagClassName
{
border-color: #388AAF;
}
</style>