Shades of Boston Blue #3794BA
Tints of Boston Blue #3794BA
RGB
CMYK
RGB Variations
Color information
#3794BA (or 0x3794BA) is known color: Boston Blue. HEX triplet: 37, 94 and BA. RGB value is (55,148,186). Sum of RGB (Red+Green+Blue) = 55+148+186=389 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.14% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #3794BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3794BA is #C86B45. Grayscale: #7C7C7C. Windows color (decimal): -13134662 or 12227639. OLE color: 12227639.
HSL color Cylindrical-coordinate representation of color #3794BA: hue angle of 197.4º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3794BA is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 148 | 186 | - |
| CMYK | 0.70 | 0.20 | 0 | 0.27 |
| HSL | 197.4º | 0.54% | 0.47% | - |
| HSV(B) | 197.4º | 0.7% | 0.73% | - |
| XYZ | 21.03 | 25.54 | 50.28 | - |
| YUV | 124.53 | 162.69 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 148 | 186 | 0.70 | 0.20 | 0 | 0.27 | 197.4 | 0.54 | 0.47 |
| Hex | 37 | 94 | BA | 46 | 14 | 0 | 1B | C5 | 36 | 2F |
| Octal | 67 | 224 | 272 | 106 | 24 | 0 | 33 | 305 | 66 | 57 |
| Binary | 110111 | 10010100 | 10111010 | 1000110 | 10100 | 0 | 11011 | 11000101 | 110110 | 101111 |
Color Harmonies of #3794BA
Complementary color
Monochromatic Colors of #3794BA
Black with #3794BA
Text Example
Text Example
White with #3794BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3794BA; }
p { color: rgb(55,148,186); }
H1.HeaderClassName
{
color: #3794BA;
}
.AnyTagClassName
{
color: #3794BA;
}
</style>
background-color css
<style>
a { background-color: #3794BA; }
a { background-color: rgb(55,148,186); }
div.DivClassName
{
background-color: #3794BA;
}
.BgClassName
{
background-color: #3794BA;
}
</style>
border-color css
<style>
span { border-color: #3794BA; }
span { border-color: rgb(55,148,186); }
td.TdClassName
{
border-color: #3794BA;
}
.TagClassName
{
border-color: #3794BA;
}
</style>