Shades of Boston Blue #3A9AB3
Tints of Boston Blue #3A9AB3
RGB
CMYK
RGB Variations
Color information
#3A9AB3 (or 0x3A9AB3) is known color: Boston Blue. HEX triplet: 3A, 9A and B3. RGB value is (58,154,179). Sum of RGB (Red+Green+Blue) = 58+154+179=391 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.83% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 179 (70.31% from 255 or 45.78% from 391); Max value from RGB is 179 - color contains mainly: blue. Hex color #3A9AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A9AB3 is #C5654C. Grayscale: #7F7F7F. Windows color (decimal): -12936525 or 11770426. OLE color: 11770426.
HSL color Cylindrical-coordinate representation of color #3A9AB3: hue angle of 192.4º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A9AB3 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 154 | 179 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.30 |
| HSL | 192.4º | 0.51% | 0.46% | - |
| HSV(B) | 192.4º | 0.68% | 0.7% | - |
| XYZ | 21.44 | 27.27 | 46.78 | - |
| YUV | 128.15 | 156.7 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 154 | 179 | 0.68 | 0.14 | 0 | 0.30 | 192.4 | 0.51 | 0.46 |
| Hex | 3A | 9A | B3 | 44 | E | 0 | 1E | C0 | 33 | 2E |
| Octal | 72 | 232 | 263 | 104 | 16 | 0 | 36 | 300 | 63 | 56 |
| Binary | 111010 | 10011010 | 10110011 | 1000100 | 1110 | 0 | 11110 | 11000000 | 110011 | 101110 |
Color Harmonies of #3A9AB3
Complementary color
Monochromatic Colors of #3A9AB3
Black with #3A9AB3
Text Example
Text Example
White with #3A9AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9AB3; }
p { color: rgb(58,154,179); }
H1.HeaderClassName
{
color: #3A9AB3;
}
.AnyTagClassName
{
color: #3A9AB3;
}
</style>
background-color css
<style>
a { background-color: #3A9AB3; }
a { background-color: rgb(58,154,179); }
div.DivClassName
{
background-color: #3A9AB3;
}
.BgClassName
{
background-color: #3A9AB3;
}
</style>
border-color css
<style>
span { border-color: #3A9AB3; }
span { border-color: rgb(58,154,179); }
td.TdClassName
{
border-color: #3A9AB3;
}
.TagClassName
{
border-color: #3A9AB3;
}
</style>