Shades of Boston Blue #3B9EBD
Tints of Boston Blue #3B9EBD
RGB
CMYK
RGB Variations
Color information
#3B9EBD (or 0x3B9EBD) is known color: Boston Blue. HEX triplet: 3B, 9E and BD. RGB value is (59,158,189). Sum of RGB (Red+Green+Blue) = 59+158+189=406 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.53% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #3B9EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B9EBD is #C46142. Grayscale: #838383. Windows color (decimal): -12869955 or 12426811. OLE color: 12426811.
HSL color Cylindrical-coordinate representation of color #3B9EBD: hue angle of 194.31º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B9EBD is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 158 | 189 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.26 |
| HSL | 194.31º | 0.52% | 0.49% | - |
| HSV(B) | 194.31º | 0.69% | 0.74% | - |
| XYZ | 23.22 | 29.06 | 52.53 | - |
| YUV | 131.93 | 160.2 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 158 | 189 | 0.69 | 0.16 | 0 | 0.26 | 194.31 | 0.52 | 0.49 |
| Hex | 3B | 9E | BD | 45 | 10 | 0 | 1A | C2 | 34 | 31 |
| Octal | 73 | 236 | 275 | 105 | 20 | 0 | 32 | 302 | 64 | 61 |
| Binary | 111011 | 10011110 | 10111101 | 1000101 | 10000 | 0 | 11010 | 11000010 | 110100 | 110001 |
Color Harmonies of #3B9EBD
Complementary color
Monochromatic Colors of #3B9EBD
Black with #3B9EBD
Text Example
Text Example
White with #3B9EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9EBD; }
p { color: rgb(59,158,189); }
H1.HeaderClassName
{
color: #3B9EBD;
}
.AnyTagClassName
{
color: #3B9EBD;
}
</style>
background-color css
<style>
a { background-color: #3B9EBD; }
a { background-color: rgb(59,158,189); }
div.DivClassName
{
background-color: #3B9EBD;
}
.BgClassName
{
background-color: #3B9EBD;
}
</style>
border-color css
<style>
span { border-color: #3B9EBD; }
span { border-color: rgb(59,158,189); }
td.TdClassName
{
border-color: #3B9EBD;
}
.TagClassName
{
border-color: #3B9EBD;
}
</style>