Shades of Boston Blue #3794B7
Tints of Boston Blue #3794B7
RGB
CMYK
RGB Variations
Color information
#3794B7 (or 0x3794B7) is known color: Boston Blue. HEX triplet: 37, 94 and B7. RGB value is (55,148,183). Sum of RGB (Red+Green+Blue) = 55+148+183=386 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.25% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 183 - color contains mainly: blue. Hex color #3794B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3794B7 is #C86B48. Grayscale: #7B7B7B. Windows color (decimal): -13134665 or 12031031. OLE color: 12031031.
HSL color Cylindrical-coordinate representation of color #3794B7: hue angle of 196.41º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3794B7 is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 55 | 148 | 183 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.28 |
| HSL | 196.41º | 0.54% | 0.47% | - |
| HSV(B) | 196.41º | 0.7% | 0.72% | - |
| XYZ | 20.71 | 25.41 | 48.61 | - |
| YUV | 124.18 | 161.19 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 148 | 183 | 0.70 | 0.19 | 0 | 0.28 | 196.41 | 0.54 | 0.47 |
| Hex | 37 | 94 | B7 | 46 | 13 | 0 | 1C | C4 | 36 | 2F |
| Octal | 67 | 224 | 267 | 106 | 23 | 0 | 34 | 304 | 66 | 57 |
| Binary | 110111 | 10010100 | 10110111 | 1000110 | 10011 | 0 | 11100 | 11000100 | 110110 | 101111 |
Color Harmonies of #3794B7
Complementary color
Monochromatic Colors of #3794B7
Black with #3794B7
Text Example
Text Example
White with #3794B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3794B7; }
p { color: rgb(55,148,183); }
H1.HeaderClassName
{
color: #3794B7;
}
.AnyTagClassName
{
color: #3794B7;
}
</style>
background-color css
<style>
a { background-color: #3794B7; }
a { background-color: rgb(55,148,183); }
div.DivClassName
{
background-color: #3794B7;
}
.BgClassName
{
background-color: #3794B7;
}
</style>
border-color css
<style>
span { border-color: #3794B7; }
span { border-color: rgb(55,148,183); }
td.TdClassName
{
border-color: #3794B7;
}
.TagClassName
{
border-color: #3794B7;
}
</style>