Shades of Boston Blue #3A98BE
Tints of Boston Blue #3A98BE
RGB
CMYK
RGB Variations
Color information
#3A98BE (or 0x3A98BE) is known color: Boston Blue. HEX triplet: 3A, 98 and BE. RGB value is (58,152,190). Sum of RGB (Red+Green+Blue) = 58+152+190=400 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.5% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A98BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A98BE is #C56741. Grayscale: #7F7F7F. Windows color (decimal): -12937026 or 12490810. OLE color: 12490810.
HSL color Cylindrical-coordinate representation of color #3A98BE: hue angle of 197.27º 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 #3A98BE is Cyan = 0.69, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 152 | 190 | - |
| CMYK | 0.69 | 0.2 | 0 | 0.25 |
| HSL | 197.27º | 0.53% | 0.49% | - |
| HSV(B) | 197.27º | 0.69% | 0.75% | - |
| XYZ | 22.27 | 27.07 | 52.77 | - |
| YUV | 128.23 | 162.86 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 152 | 190 | 0.69 | 0.2 | 0 | 0.25 | 197.27 | 0.53 | 0.49 |
| Hex | 3A | 98 | BE | 45 | 14 | 0 | 19 | C5 | 35 | 31 |
| Octal | 72 | 230 | 276 | 105 | 24 | 0 | 31 | 305 | 65 | 61 |
| Binary | 111010 | 10011000 | 10111110 | 1000101 | 10100 | 0 | 11001 | 11000101 | 110101 | 110001 |
Color Harmonies of #3A98BE
Complementary color
Monochromatic Colors of #3A98BE
Black with #3A98BE
Text Example
Text Example
White with #3A98BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A98BE; }
p { color: rgb(58,152,190); }
H1.HeaderClassName
{
color: #3A98BE;
}
.AnyTagClassName
{
color: #3A98BE;
}
</style>
background-color css
<style>
a { background-color: #3A98BE; }
a { background-color: rgb(58,152,190); }
div.DivClassName
{
background-color: #3A98BE;
}
.BgClassName
{
background-color: #3A98BE;
}
</style>
border-color css
<style>
span { border-color: #3A98BE; }
span { border-color: rgb(58,152,190); }
td.TdClassName
{
border-color: #3A98BE;
}
.TagClassName
{
border-color: #3A98BE;
}
</style>