Shades of Boston Blue #3E9FBC
Tints of Boston Blue #3E9FBC
RGB
CMYK
RGB Variations
Color information
#3E9FBC (or 0x3E9FBC) is known color: Boston Blue. HEX triplet: 3E, 9F and BC. RGB value is (62,159,188). Sum of RGB (Red+Green+Blue) = 62+159+188=409 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.16% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E9FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E9FBC is #C16043. Grayscale: #858585. Windows color (decimal): -12673092 or 12361534. OLE color: 12361534.
HSL color Cylindrical-coordinate representation of color #3E9FBC: hue angle of 193.81º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E9FBC is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 159 | 188 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.26 |
| HSL | 193.81º | 0.5% | 0.49% | - |
| HSV(B) | 193.81º | 0.67% | 0.74% | - |
| XYZ | 23.46 | 29.45 | 52.03 | - |
| YUV | 133.3 | 158.86 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 159 | 188 | 0.67 | 0.15 | 0 | 0.26 | 193.81 | 0.5 | 0.49 |
| Hex | 3E | 9F | BC | 43 | F | 0 | 1A | C2 | 32 | 31 |
| Octal | 76 | 237 | 274 | 103 | 17 | 0 | 32 | 302 | 62 | 61 |
| Binary | 111110 | 10011111 | 10111100 | 1000011 | 1111 | 0 | 11010 | 11000010 | 110010 | 110001 |
Color Harmonies of #3E9FBC
Complementary color
Monochromatic Colors of #3E9FBC
Black with #3E9FBC
Text Example
Text Example
White with #3E9FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9FBC; }
p { color: rgb(62,159,188); }
H1.HeaderClassName
{
color: #3E9FBC;
}
.AnyTagClassName
{
color: #3E9FBC;
}
</style>
background-color css
<style>
a { background-color: #3E9FBC; }
a { background-color: rgb(62,159,188); }
div.DivClassName
{
background-color: #3E9FBC;
}
.BgClassName
{
background-color: #3E9FBC;
}
</style>
border-color css
<style>
span { border-color: #3E9FBC; }
span { border-color: rgb(62,159,188); }
td.TdClassName
{
border-color: #3E9FBC;
}
.TagClassName
{
border-color: #3E9FBC;
}
</style>