Shades of Boston Blue #3785AB
Tints of Boston Blue #3785AB
RGB
CMYK
RGB Variations
Color information
#3785AB (or 0x3785AB) is known color: Boston Blue. HEX triplet: 37, 85 and AB. RGB value is (55,133,171). Sum of RGB (Red+Green+Blue) = 55+133+171=359 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.32% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #3785AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3785AB is #C87A54. Grayscale: #717171. Windows color (decimal): -13138517 or 11240759. OLE color: 11240759.
HSL color Cylindrical-coordinate representation of color #3785AB: hue angle of 199.66º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3785AB is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 133 | 171 | - |
| CMYK | 0.68 | 0.22 | 0 | 0.33 |
| HSL | 199.66º | 0.51% | 0.44% | - |
| HSV(B) | 199.66º | 0.68% | 0.67% | - |
| XYZ | 17.31 | 20.53 | 41.58 | - |
| YUV | 114.01 | 160.16 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 133 | 171 | 0.68 | 0.22 | 0 | 0.33 | 199.66 | 0.51 | 0.44 |
| Hex | 37 | 85 | AB | 44 | 16 | 0 | 21 | C8 | 33 | 2C |
| Octal | 67 | 205 | 253 | 104 | 26 | 0 | 41 | 310 | 63 | 54 |
| Binary | 110111 | 10000101 | 10101011 | 1000100 | 10110 | 0 | 100001 | 11001000 | 110011 | 101100 |
Color Harmonies of #3785AB
Complementary color
Monochromatic Colors of #3785AB
Black with #3785AB
Text Example
Text Example
White with #3785AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3785AB; }
p { color: rgb(55,133,171); }
H1.HeaderClassName
{
color: #3785AB;
}
.AnyTagClassName
{
color: #3785AB;
}
</style>
background-color css
<style>
a { background-color: #3785AB; }
a { background-color: rgb(55,133,171); }
div.DivClassName
{
background-color: #3785AB;
}
.BgClassName
{
background-color: #3785AB;
}
</style>
border-color css
<style>
span { border-color: #3785AB; }
span { border-color: rgb(55,133,171); }
td.TdClassName
{
border-color: #3785AB;
}
.TagClassName
{
border-color: #3785AB;
}
</style>