Shades of Boston Blue #3E94B9
Tints of Boston Blue #3E94B9
RGB
CMYK
RGB Variations
Color information
#3E94B9 (or 0x3E94B9) is known color: Boston Blue. HEX triplet: 3E, 94 and B9. RGB value is (62,148,185). Sum of RGB (Red+Green+Blue) = 62+148+185=395 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.70% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #3E94B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E94B9 is #C16B46. Grayscale: #7E7E7E. Windows color (decimal): -12675911 or 12162110. OLE color: 12162110.
HSL color Cylindrical-coordinate representation of color #3E94B9: hue angle of 198.05º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E94B9 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 148 | 185 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.27 |
| HSL | 198.05º | 0.5% | 0.48% | - |
| HSV(B) | 198.05º | 0.66% | 0.73% | - |
| XYZ | 21.33 | 25.71 | 49.74 | - |
| YUV | 126.5 | 161.01 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 148 | 185 | 0.66 | 0.20 | 0 | 0.27 | 198.05 | 0.5 | 0.48 |
| Hex | 3E | 94 | B9 | 42 | 14 | 0 | 1B | C6 | 32 | 30 |
| Octal | 76 | 224 | 271 | 102 | 24 | 0 | 33 | 306 | 62 | 60 |
| Binary | 111110 | 10010100 | 10111001 | 1000010 | 10100 | 0 | 11011 | 11000110 | 110010 | 110000 |
Color Harmonies of #3E94B9
Complementary color
Monochromatic Colors of #3E94B9
Black with #3E94B9
Text Example
Text Example
White with #3E94B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E94B9; }
p { color: rgb(62,148,185); }
H1.HeaderClassName
{
color: #3E94B9;
}
.AnyTagClassName
{
color: #3E94B9;
}
</style>
background-color css
<style>
a { background-color: #3E94B9; }
a { background-color: rgb(62,148,185); }
div.DivClassName
{
background-color: #3E94B9;
}
.BgClassName
{
background-color: #3E94B9;
}
</style>
border-color css
<style>
span { border-color: #3E94B9; }
span { border-color: rgb(62,148,185); }
td.TdClassName
{
border-color: #3E94B9;
}
.TagClassName
{
border-color: #3E94B9;
}
</style>