Shades of Boston Blue #3D9BBB
Tints of Boston Blue #3D9BBB
RGB
CMYK
RGB Variations
Color information
#3D9BBB (or 0x3D9BBB) is known color: Boston Blue. HEX triplet: 3D, 9B and BB. RGB value is (61,155,187). Sum of RGB (Red+Green+Blue) = 61+155+187=403 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.14% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #3D9BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D9BBB is #C26444. Grayscale: #828282. Windows color (decimal): -12739653 or 12294973. OLE color: 12294973.
HSL color Cylindrical-coordinate representation of color #3D9BBB: hue angle of 195.24º 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 #3D9BBB is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 155 | 187 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.27 |
| HSL | 195.24º | 0.51% | 0.49% | - |
| HSV(B) | 195.24º | 0.67% | 0.73% | - |
| XYZ | 22.62 | 28.02 | 51.23 | - |
| YUV | 130.54 | 159.86 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 155 | 187 | 0.67 | 0.17 | 0 | 0.27 | 195.24 | 0.51 | 0.49 |
| Hex | 3D | 9B | BB | 43 | 11 | 0 | 1B | C3 | 33 | 31 |
| Octal | 75 | 233 | 273 | 103 | 21 | 0 | 33 | 303 | 63 | 61 |
| Binary | 111101 | 10011011 | 10111011 | 1000011 | 10001 | 0 | 11011 | 11000011 | 110011 | 110001 |
Color Harmonies of #3D9BBB
Complementary color
Monochromatic Colors of #3D9BBB
Black with #3D9BBB
Text Example
Text Example
White with #3D9BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9BBB; }
p { color: rgb(61,155,187); }
H1.HeaderClassName
{
color: #3D9BBB;
}
.AnyTagClassName
{
color: #3D9BBB;
}
</style>
background-color css
<style>
a { background-color: #3D9BBB; }
a { background-color: rgb(61,155,187); }
div.DivClassName
{
background-color: #3D9BBB;
}
.BgClassName
{
background-color: #3D9BBB;
}
</style>
border-color css
<style>
span { border-color: #3D9BBB; }
span { border-color: rgb(61,155,187); }
td.TdClassName
{
border-color: #3D9BBB;
}
.TagClassName
{
border-color: #3D9BBB;
}
</style>