Shades of Boston Blue #3A98AC
Tints of Boston Blue #3A98AC
RGB
CMYK
RGB Variations
Color information
#3A98AC (or 0x3A98AC) is known color: Boston Blue. HEX triplet: 3A, 98 and AC. RGB value is (58,152,172). Sum of RGB (Red+Green+Blue) = 58+152+172=382 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.18% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A98AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A98AC is #C56753. Grayscale: #7D7D7D. Windows color (decimal): -12937044 or 11311162. OLE color: 11311162.
HSL color Cylindrical-coordinate representation of color #3A98AC: hue angle of 190.53º 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 #3A98AC is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 152 | 172 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.33 |
| HSL | 190.53º | 0.5% | 0.45% | - |
| HSV(B) | 190.53º | 0.66% | 0.67% | - |
| XYZ | 20.42 | 26.33 | 43.04 | - |
| YUV | 126.17 | 153.86 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 152 | 172 | 0.66 | 0.12 | 0 | 0.33 | 190.53 | 0.5 | 0.45 |
| Hex | 3A | 98 | AC | 42 | C | 0 | 21 | BF | 32 | 2D |
| Octal | 72 | 230 | 254 | 102 | 14 | 0 | 41 | 277 | 62 | 55 |
| Binary | 111010 | 10011000 | 10101100 | 1000010 | 1100 | 0 | 100001 | 10111111 | 110010 | 101101 |
Color Harmonies of #3A98AC
Complementary color
Monochromatic Colors of #3A98AC
Black with #3A98AC
Text Example
Text Example
White with #3A98AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A98AC; }
p { color: rgb(58,152,172); }
H1.HeaderClassName
{
color: #3A98AC;
}
.AnyTagClassName
{
color: #3A98AC;
}
</style>
background-color css
<style>
a { background-color: #3A98AC; }
a { background-color: rgb(58,152,172); }
div.DivClassName
{
background-color: #3A98AC;
}
.BgClassName
{
background-color: #3A98AC;
}
</style>
border-color css
<style>
span { border-color: #3A98AC; }
span { border-color: rgb(58,152,172); }
td.TdClassName
{
border-color: #3A98AC;
}
.TagClassName
{
border-color: #3A98AC;
}
</style>