Shades of Boston Blue #3B9DB4
Tints of Boston Blue #3B9DB4
RGB
CMYK
RGB Variations
Color information
#3B9DB4 (or 0x3B9DB4) is known color: Boston Blue. HEX triplet: 3B, 9D and B4. RGB value is (59,157,180). Sum of RGB (Red+Green+Blue) = 59+157+180=396 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.90% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 180 (70.70% from 255 or 45.45% from 396); Max value from RGB is 180 - color contains mainly: blue. Hex color #3B9DB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B9DB4 is #C4624B. Grayscale: #828282. Windows color (decimal): -12870220 or 11836731. OLE color: 11836731.
HSL color Cylindrical-coordinate representation of color #3B9DB4: hue angle of 191.4º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B9DB4 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 59 | 157 | 180 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.29 |
| HSL | 191.41º | 0.51% | 0.47% | - |
| HSV(B) | 191.41º | 0.67% | 0.71% | - |
| XYZ | 22.1 | 28.34 | 47.49 | - |
| YUV | 130.32 | 156.03 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 157 | 180 | 0.67 | 0.13 | 0 | 0.29 | 191.41 | 0.51 | 0.47 |
| Hex | 3B | 9D | B4 | 43 | D | 0 | 1D | BF | 33 | 2F |
| Octal | 73 | 235 | 264 | 103 | 15 | 0 | 35 | 277 | 63 | 57 |
| Binary | 111011 | 10011101 | 10110100 | 1000011 | 1101 | 0 | 11101 | 10111111 | 110011 | 101111 |
Color Harmonies of #3B9DB4
Complementary color
Monochromatic Colors of #3B9DB4
Black with #3B9DB4
Text Example
Text Example
White with #3B9DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9DB4; }
p { color: rgb(59,157,180); }
H1.HeaderClassName
{
color: #3B9DB4;
}
.AnyTagClassName
{
color: #3B9DB4;
}
</style>
background-color css
<style>
a { background-color: #3B9DB4; }
a { background-color: rgb(59,157,180); }
div.DivClassName
{
background-color: #3B9DB4;
}
.BgClassName
{
background-color: #3B9DB4;
}
</style>
border-color css
<style>
span { border-color: #3B9DB4; }
span { border-color: rgb(59,157,180); }
td.TdClassName
{
border-color: #3B9DB4;
}
.TagClassName
{
border-color: #3B9DB4;
}
</style>