Shades of Boston Blue #389AB0
Tints of Boston Blue #389AB0
RGB
CMYK
RGB Variations
Color information
#389AB0 (or 0x389AB0) is known color: Boston Blue. HEX triplet: 38, 9A and B0. RGB value is (56,154,176). Sum of RGB (Red+Green+Blue) = 56+154+176=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 176 - color contains mainly: blue. Hex color #389AB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389AB0 is #C7654F. Grayscale: #7F7F7F. Windows color (decimal): -13067600 or 11573816. OLE color: 11573816.
HSL color Cylindrical-coordinate representation of color #389AB0: hue angle of 191º 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 #389AB0 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 154 | 176 | - |
| CMYK | 0.68 | 0.12 | 0 | 0.31 |
| HSL | 191º | 0.52% | 0.45% | - |
| HSV(B) | 191º | 0.68% | 0.69% | - |
| XYZ | 21.02 | 27.09 | 45.19 | - |
| YUV | 127.21 | 155.53 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 154 | 176 | 0.68 | 0.12 | 0 | 0.31 | 191 | 0.52 | 0.45 |
| Hex | 38 | 9A | B0 | 44 | C | 0 | 1F | BF | 34 | 2D |
| Octal | 70 | 232 | 260 | 104 | 14 | 0 | 37 | 277 | 64 | 55 |
| Binary | 111000 | 10011010 | 10110000 | 1000100 | 1100 | 0 | 11111 | 10111111 | 110100 | 101101 |
Color Harmonies of #389AB0
Complementary color
Monochromatic Colors of #389AB0
Black with #389AB0
Text Example
Text Example
White with #389AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389AB0; }
p { color: rgb(56,154,176); }
H1.HeaderClassName
{
color: #389AB0;
}
.AnyTagClassName
{
color: #389AB0;
}
</style>
background-color css
<style>
a { background-color: #389AB0; }
a { background-color: rgb(56,154,176); }
div.DivClassName
{
background-color: #389AB0;
}
.BgClassName
{
background-color: #389AB0;
}
</style>
border-color css
<style>
span { border-color: #389AB0; }
span { border-color: rgb(56,154,176); }
td.TdClassName
{
border-color: #389AB0;
}
.TagClassName
{
border-color: #389AB0;
}
</style>