Shades of Boston Blue #388FAB
Tints of Boston Blue #388FAB
RGB
CMYK
RGB Variations
Color information
#388FAB (or 0x388FAB) is known color: Boston Blue. HEX triplet: 38, 8F and AB. RGB value is (56,143,171). Sum of RGB (Red+Green+Blue) = 56+143+171=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #388FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388FAB is #C77054. Grayscale: #777777. Windows color (decimal): -13070421 or 11243320. OLE color: 11243320.
HSL color Cylindrical-coordinate representation of color #388FAB: hue angle of 194.61º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #388FAB is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 143 | 171 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.33 |
| HSL | 194.61º | 0.51% | 0.45% | - |
| HSV(B) | 194.61º | 0.67% | 0.67% | - |
| XYZ | 18.8 | 23.43 | 42.06 | - |
| YUV | 120.18 | 156.68 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 171 | 0.67 | 0.16 | 0 | 0.33 | 194.61 | 0.51 | 0.45 |
| Hex | 38 | 8F | AB | 43 | 10 | 0 | 21 | C3 | 33 | 2D |
| Octal | 70 | 217 | 253 | 103 | 20 | 0 | 41 | 303 | 63 | 55 |
| Binary | 111000 | 10001111 | 10101011 | 1000011 | 10000 | 0 | 100001 | 11000011 | 110011 | 101101 |
Color Harmonies of #388FAB
Complementary color
Monochromatic Colors of #388FAB
Black with #388FAB
Text Example
Text Example
White with #388FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388FAB; }
p { color: rgb(56,143,171); }
H1.HeaderClassName
{
color: #388FAB;
}
.AnyTagClassName
{
color: #388FAB;
}
</style>
background-color css
<style>
a { background-color: #388FAB; }
a { background-color: rgb(56,143,171); }
div.DivClassName
{
background-color: #388FAB;
}
.BgClassName
{
background-color: #388FAB;
}
</style>
border-color css
<style>
span { border-color: #388FAB; }
span { border-color: rgb(56,143,171); }
td.TdClassName
{
border-color: #388FAB;
}
.TagClassName
{
border-color: #388FAB;
}
</style>