Shades of Boston Blue #3895B7
Tints of Boston Blue #3895B7
RGB
CMYK
RGB Variations
Color information
#3895B7 (or 0x3895B7) is known color: Boston Blue. HEX triplet: 38, 95 and B7. RGB value is (56,149,183). Sum of RGB (Red+Green+Blue) = 56+149+183=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 183 (71.88% from 255 or 47.16% from 388); Max value from RGB is 183 - color contains mainly: blue. Hex color #3895B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3895B7 is #C76A48. Grayscale: #7C7C7C. Windows color (decimal): -13068873 or 12031288. OLE color: 12031288.
HSL color Cylindrical-coordinate representation of color #3895B7: hue angle of 196.06º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3895B7 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 56 | 149 | 183 | - |
| CMYK | 0.69 | 0.19 | 0 | 0.28 |
| HSL | 196.06º | 0.53% | 0.47% | - |
| HSV(B) | 196.06º | 0.69% | 0.72% | - |
| XYZ | 20.93 | 25.75 | 48.67 | - |
| YUV | 125.07 | 160.69 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 149 | 183 | 0.69 | 0.19 | 0 | 0.28 | 196.06 | 0.53 | 0.47 |
| Hex | 38 | 95 | B7 | 45 | 13 | 0 | 1C | C4 | 35 | 2F |
| Octal | 70 | 225 | 267 | 105 | 23 | 0 | 34 | 304 | 65 | 57 |
| Binary | 111000 | 10010101 | 10110111 | 1000101 | 10011 | 0 | 11100 | 11000100 | 110101 | 101111 |
Color Harmonies of #3895B7
Complementary color
Monochromatic Colors of #3895B7
Black with #3895B7
Text Example
Text Example
White with #3895B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3895B7; }
p { color: rgb(56,149,183); }
H1.HeaderClassName
{
color: #3895B7;
}
.AnyTagClassName
{
color: #3895B7;
}
</style>
background-color css
<style>
a { background-color: #3895B7; }
a { background-color: rgb(56,149,183); }
div.DivClassName
{
background-color: #3895B7;
}
.BgClassName
{
background-color: #3895B7;
}
</style>
border-color css
<style>
span { border-color: #3895B7; }
span { border-color: rgb(56,149,183); }
td.TdClassName
{
border-color: #3895B7;
}
.TagClassName
{
border-color: #3895B7;
}
</style>