Shades of Boston Blue #3B9ABE
Tints of Boston Blue #3B9ABE
RGB
CMYK
RGB Variations
Color information
#3B9ABE (or 0x3B9ABE) is known color: Boston Blue. HEX triplet: 3B, 9A and BE. RGB value is (59,154,190). Sum of RGB (Red+Green+Blue) = 59+154+190=403 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.64% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #3B9ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B9ABE is #C46541. Grayscale: #818181. Windows color (decimal): -12870978 or 12491323. OLE color: 12491323.
HSL color Cylindrical-coordinate representation of color #3B9ABE: hue angle of 196.49º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B9ABE is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 154 | 190 | - |
| CMYK | 0.69 | 0.19 | 0 | 0.25 |
| HSL | 196.49º | 0.53% | 0.49% | - |
| HSV(B) | 196.49º | 0.69% | 0.75% | - |
| XYZ | 22.65 | 27.76 | 52.88 | - |
| YUV | 129.7 | 162.03 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 154 | 190 | 0.69 | 0.19 | 0 | 0.25 | 196.49 | 0.53 | 0.49 |
| Hex | 3B | 9A | BE | 45 | 13 | 0 | 19 | C4 | 35 | 31 |
| Octal | 73 | 232 | 276 | 105 | 23 | 0 | 31 | 304 | 65 | 61 |
| Binary | 111011 | 10011010 | 10111110 | 1000101 | 10011 | 0 | 11001 | 11000100 | 110101 | 110001 |
Color Harmonies of #3B9ABE
Complementary color
Monochromatic Colors of #3B9ABE
Black with #3B9ABE
Text Example
Text Example
White with #3B9ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9ABE; }
p { color: rgb(59,154,190); }
H1.HeaderClassName
{
color: #3B9ABE;
}
.AnyTagClassName
{
color: #3B9ABE;
}
</style>
background-color css
<style>
a { background-color: #3B9ABE; }
a { background-color: rgb(59,154,190); }
div.DivClassName
{
background-color: #3B9ABE;
}
.BgClassName
{
background-color: #3B9ABE;
}
</style>
border-color css
<style>
span { border-color: #3B9ABE; }
span { border-color: rgb(59,154,190); }
td.TdClassName
{
border-color: #3B9ABE;
}
.TagClassName
{
border-color: #3B9ABE;
}
</style>