Shades of Boston Blue #3A9DBB
Tints of Boston Blue #3A9DBB
RGB
CMYK
RGB Variations
Color information
#3A9DBB (or 0x3A9DBB) is known color: Boston Blue. HEX triplet: 3A, 9D and BB. RGB value is (58,157,187). Sum of RGB (Red+Green+Blue) = 58+157+187=402 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.43% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #3A9DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A9DBB is #C56244. Grayscale: #828282. Windows color (decimal): -12935749 or 12295482. OLE color: 12295482.
HSL color Cylindrical-coordinate representation of color #3A9DBB: hue angle of 193.95º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A9DBB is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 157 | 187 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.27 |
| HSL | 193.95º | 0.53% | 0.48% | - |
| HSV(B) | 193.95º | 0.69% | 0.73% | - |
| XYZ | 22.77 | 28.6 | 51.33 | - |
| YUV | 130.82 | 159.7 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 157 | 187 | 0.69 | 0.16 | 0 | 0.27 | 193.95 | 0.53 | 0.48 |
| Hex | 3A | 9D | BB | 45 | 10 | 0 | 1B | C2 | 35 | 30 |
| Octal | 72 | 235 | 273 | 105 | 20 | 0 | 33 | 302 | 65 | 60 |
| Binary | 111010 | 10011101 | 10111011 | 1000101 | 10000 | 0 | 11011 | 11000010 | 110101 | 110000 |
Color Harmonies of #3A9DBB
Complementary color
Monochromatic Colors of #3A9DBB
Black with #3A9DBB
Text Example
Text Example
White with #3A9DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9DBB; }
p { color: rgb(58,157,187); }
H1.HeaderClassName
{
color: #3A9DBB;
}
.AnyTagClassName
{
color: #3A9DBB;
}
</style>
background-color css
<style>
a { background-color: #3A9DBB; }
a { background-color: rgb(58,157,187); }
div.DivClassName
{
background-color: #3A9DBB;
}
.BgClassName
{
background-color: #3A9DBB;
}
</style>
border-color css
<style>
span { border-color: #3A9DBB; }
span { border-color: rgb(58,157,187); }
td.TdClassName
{
border-color: #3A9DBB;
}
.TagClassName
{
border-color: #3A9DBB;
}
</style>