Shades of Boston Blue #3D96BB
Tints of Boston Blue #3D96BB
RGB
CMYK
RGB Variations
Color information
#3D96BB (or 0x3D96BB) is known color: Boston Blue. HEX triplet: 3D, 96 and BB. RGB value is (61,150,187). Sum of RGB (Red+Green+Blue) = 61+150+187=398 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.33% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #3D96BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D96BB is #C26944. Grayscale: #7F7F7F. Windows color (decimal): -12740933 or 12293693. OLE color: 12293693.
HSL color Cylindrical-coordinate representation of color #3D96BB: hue angle of 197.62º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D96BB is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 150 | 187 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.27 |
| HSL | 197.62º | 0.51% | 0.49% | - |
| HSV(B) | 197.62º | 0.67% | 0.73% | - |
| XYZ | 21.8 | 26.39 | 50.96 | - |
| YUV | 127.61 | 161.51 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 150 | 187 | 0.67 | 0.20 | 0 | 0.27 | 197.62 | 0.51 | 0.49 |
| Hex | 3D | 96 | BB | 43 | 14 | 0 | 1B | C6 | 33 | 31 |
| Octal | 75 | 226 | 273 | 103 | 24 | 0 | 33 | 306 | 63 | 61 |
| Binary | 111101 | 10010110 | 10111011 | 1000011 | 10100 | 0 | 11011 | 11000110 | 110011 | 110001 |
Color Harmonies of #3D96BB
Complementary color
Monochromatic Colors of #3D96BB
Black with #3D96BB
Text Example
Text Example
White with #3D96BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D96BB; }
p { color: rgb(61,150,187); }
H1.HeaderClassName
{
color: #3D96BB;
}
.AnyTagClassName
{
color: #3D96BB;
}
</style>
background-color css
<style>
a { background-color: #3D96BB; }
a { background-color: rgb(61,150,187); }
div.DivClassName
{
background-color: #3D96BB;
}
.BgClassName
{
background-color: #3D96BB;
}
</style>
border-color css
<style>
span { border-color: #3D96BB; }
span { border-color: rgb(61,150,187); }
td.TdClassName
{
border-color: #3D96BB;
}
.TagClassName
{
border-color: #3D96BB;
}
</style>