Shades of Boston Blue #3D9BBC
Tints of Boston Blue #3D9BBC
RGB
CMYK
RGB Variations
Color information
#3D9BBC (or 0x3D9BBC) is known color: Boston Blue. HEX triplet: 3D, 9B and BC. RGB value is (61,155,188). Sum of RGB (Red+Green+Blue) = 61+155+188=404 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.10% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D9BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D9BBC is #C26443. Grayscale: #828282. Windows color (decimal): -12739652 or 12360509. OLE color: 12360509.
HSL color Cylindrical-coordinate representation of color #3D9BBC: hue angle of 195.59º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D9BBC is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 155 | 188 | - |
| CMYK | 0.68 | 0.18 | 0 | 0.26 |
| HSL | 195.59º | 0.51% | 0.49% | - |
| HSV(B) | 195.59º | 0.68% | 0.74% | - |
| XYZ | 22.72 | 28.07 | 51.8 | - |
| YUV | 130.66 | 160.36 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 155 | 188 | 0.68 | 0.18 | 0 | 0.26 | 195.59 | 0.51 | 0.49 |
| Hex | 3D | 9B | BC | 44 | 12 | 0 | 1A | C4 | 33 | 31 |
| Octal | 75 | 233 | 274 | 104 | 22 | 0 | 32 | 304 | 63 | 61 |
| Binary | 111101 | 10011011 | 10111100 | 1000100 | 10010 | 0 | 11010 | 11000100 | 110011 | 110001 |
Color Harmonies of #3D9BBC
Complementary color
Monochromatic Colors of #3D9BBC
Black with #3D9BBC
Text Example
Text Example
White with #3D9BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9BBC; }
p { color: rgb(61,155,188); }
H1.HeaderClassName
{
color: #3D9BBC;
}
.AnyTagClassName
{
color: #3D9BBC;
}
</style>
background-color css
<style>
a { background-color: #3D9BBC; }
a { background-color: rgb(61,155,188); }
div.DivClassName
{
background-color: #3D9BBC;
}
.BgClassName
{
background-color: #3D9BBC;
}
</style>
border-color css
<style>
span { border-color: #3D9BBC; }
span { border-color: rgb(61,155,188); }
td.TdClassName
{
border-color: #3D9BBC;
}
.TagClassName
{
border-color: #3D9BBC;
}
</style>