Shades of Boston Blue #3E99BA
Tints of Boston Blue #3E99BA
RGB
CMYK
RGB Variations
Color information
#3E99BA (or 0x3E99BA) is known color: Boston Blue. HEX triplet: 3E, 99 and BA. RGB value is (62,153,186). Sum of RGB (Red+Green+Blue) = 62+153+186=401 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.46% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E99BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E99BA is #C16645. Grayscale: #818181. Windows color (decimal): -12674630 or 12228926. OLE color: 12228926.
HSL color Cylindrical-coordinate representation of color #3E99BA: hue angle of 195.97º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E99BA is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 153 | 186 | - |
| CMYK | 0.67 | 0.18 | 0 | 0.27 |
| HSL | 195.97º | 0.5% | 0.49% | - |
| HSV(B) | 195.97º | 0.67% | 0.73% | - |
| XYZ | 22.24 | 27.35 | 50.56 | - |
| YUV | 129.55 | 159.85 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 153 | 186 | 0.67 | 0.18 | 0 | 0.27 | 195.97 | 0.5 | 0.49 |
| Hex | 3E | 99 | BA | 43 | 12 | 0 | 1B | C4 | 32 | 31 |
| Octal | 76 | 231 | 272 | 103 | 22 | 0 | 33 | 304 | 62 | 61 |
| Binary | 111110 | 10011001 | 10111010 | 1000011 | 10010 | 0 | 11011 | 11000100 | 110010 | 110001 |
Color Harmonies of #3E99BA
Complementary color
Monochromatic Colors of #3E99BA
Black with #3E99BA
Text Example
Text Example
White with #3E99BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E99BA; }
p { color: rgb(62,153,186); }
H1.HeaderClassName
{
color: #3E99BA;
}
.AnyTagClassName
{
color: #3E99BA;
}
</style>
background-color css
<style>
a { background-color: #3E99BA; }
a { background-color: rgb(62,153,186); }
div.DivClassName
{
background-color: #3E99BA;
}
.BgClassName
{
background-color: #3E99BA;
}
</style>
border-color css
<style>
span { border-color: #3E99BA; }
span { border-color: rgb(62,153,186); }
td.TdClassName
{
border-color: #3E99BA;
}
.TagClassName
{
border-color: #3E99BA;
}
</style>