Shades of Boston Blue #3A99AC
Tints of Boston Blue #3A99AC
RGB
CMYK
RGB Variations
Color information
#3A99AC (or 0x3A99AC) is known color: Boston Blue. HEX triplet: 3A, 99 and AC. RGB value is (58,153,172). Sum of RGB (Red+Green+Blue) = 58+153+172=383 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.14% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A99AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A99AC is #C56653. Grayscale: #7E7E7E. Windows color (decimal): -12936788 or 11311418. OLE color: 11311418.
HSL color Cylindrical-coordinate representation of color #3A99AC: hue angle of 190º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A99AC is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 153 | 172 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.33 |
| HSL | 190º | 0.5% | 0.45% | - |
| HSV(B) | 190º | 0.66% | 0.67% | - |
| XYZ | 20.58 | 26.66 | 43.09 | - |
| YUV | 126.76 | 153.53 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 153 | 172 | 0.66 | 0.11 | 0 | 0.33 | 190 | 0.5 | 0.45 |
| Hex | 3A | 99 | AC | 42 | B | 0 | 21 | BE | 32 | 2D |
| Octal | 72 | 231 | 254 | 102 | 13 | 0 | 41 | 276 | 62 | 55 |
| Binary | 111010 | 10011001 | 10101100 | 1000010 | 1011 | 0 | 100001 | 10111110 | 110010 | 101101 |
Color Harmonies of #3A99AC
Complementary color
Monochromatic Colors of #3A99AC
Black with #3A99AC
Text Example
Text Example
White with #3A99AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A99AC; }
p { color: rgb(58,153,172); }
H1.HeaderClassName
{
color: #3A99AC;
}
.AnyTagClassName
{
color: #3A99AC;
}
</style>
background-color css
<style>
a { background-color: #3A99AC; }
a { background-color: rgb(58,153,172); }
div.DivClassName
{
background-color: #3A99AC;
}
.BgClassName
{
background-color: #3A99AC;
}
</style>
border-color css
<style>
span { border-color: #3A99AC; }
span { border-color: rgb(58,153,172); }
td.TdClassName
{
border-color: #3A99AC;
}
.TagClassName
{
border-color: #3A99AC;
}
</style>