Shades of Boston Blue #3791AD
Tints of Boston Blue #3791AD
RGB
CMYK
RGB Variations
Color information
#3791AD (or 0x3791AD) is known color: Boston Blue. HEX triplet: 37, 91 and AD. RGB value is (55,145,173). Sum of RGB (Red+Green+Blue) = 55+145+173=373 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.75% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #3791AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3791AD is #C86E52. Grayscale: #797979. Windows color (decimal): -13135443 or 11374903. OLE color: 11374903.
HSL color Cylindrical-coordinate representation of color #3791AD: hue angle of 194.24º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3791AD is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 145 | 173 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.32 |
| HSL | 194.24º | 0.52% | 0.45% | - |
| HSV(B) | 194.24º | 0.68% | 0.68% | - |
| XYZ | 19.24 | 24.08 | 43.17 | - |
| YUV | 121.28 | 157.18 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 145 | 173 | 0.68 | 0.16 | 0 | 0.32 | 194.24 | 0.52 | 0.45 |
| Hex | 37 | 91 | AD | 44 | 10 | 0 | 20 | C2 | 34 | 2D |
| Octal | 67 | 221 | 255 | 104 | 20 | 0 | 40 | 302 | 64 | 55 |
| Binary | 110111 | 10010001 | 10101101 | 1000100 | 10000 | 0 | 100000 | 11000010 | 110100 | 101101 |
Color Harmonies of #3791AD
Complementary color
Monochromatic Colors of #3791AD
Black with #3791AD
Text Example
Text Example
White with #3791AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3791AD; }
p { color: rgb(55,145,173); }
H1.HeaderClassName
{
color: #3791AD;
}
.AnyTagClassName
{
color: #3791AD;
}
</style>
background-color css
<style>
a { background-color: #3791AD; }
a { background-color: rgb(55,145,173); }
div.DivClassName
{
background-color: #3791AD;
}
.BgClassName
{
background-color: #3791AD;
}
</style>
border-color css
<style>
span { border-color: #3791AD; }
span { border-color: rgb(55,145,173); }
td.TdClassName
{
border-color: #3791AD;
}
.TagClassName
{
border-color: #3791AD;
}
</style>