Shades of Boston Blue #3E99BE
Tints of Boston Blue #3E99BE
RGB
CMYK
RGB Variations
Color information
#3E99BE (or 0x3E99BE) is known color: Boston Blue. HEX triplet: 3E, 99 and BE. RGB value is (62,153,190). Sum of RGB (Red+Green+Blue) = 62+153+190=405 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.31% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E99BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E99BE is #C16641. Grayscale: #818181. Windows color (decimal): -12674626 or 12491070. OLE color: 12491070.
HSL color Cylindrical-coordinate representation of color #3E99BE: hue angle of 197.34º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E99BE is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 153 | 190 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.25 |
| HSL | 197.34º | 0.51% | 0.49% | - |
| HSV(B) | 197.34º | 0.67% | 0.75% | - |
| XYZ | 22.67 | 27.52 | 52.83 | - |
| YUV | 130.01 | 161.85 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 153 | 190 | 0.67 | 0.19 | 0 | 0.25 | 197.34 | 0.51 | 0.49 |
| Hex | 3E | 99 | BE | 43 | 13 | 0 | 19 | C5 | 33 | 31 |
| Octal | 76 | 231 | 276 | 103 | 23 | 0 | 31 | 305 | 63 | 61 |
| Binary | 111110 | 10011001 | 10111110 | 1000011 | 10011 | 0 | 11001 | 11000101 | 110011 | 110001 |
Color Harmonies of #3E99BE
Complementary color
Monochromatic Colors of #3E99BE
Black with #3E99BE
Text Example
Text Example
White with #3E99BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E99BE; }
p { color: rgb(62,153,190); }
H1.HeaderClassName
{
color: #3E99BE;
}
.AnyTagClassName
{
color: #3E99BE;
}
</style>
background-color css
<style>
a { background-color: #3E99BE; }
a { background-color: rgb(62,153,190); }
div.DivClassName
{
background-color: #3E99BE;
}
.BgClassName
{
background-color: #3E99BE;
}
</style>
border-color css
<style>
span { border-color: #3E99BE; }
span { border-color: rgb(62,153,190); }
td.TdClassName
{
border-color: #3E99BE;
}
.TagClassName
{
border-color: #3E99BE;
}
</style>