Shades of Boston Blue #3E84AB
Tints of Boston Blue #3E84AB
RGB
CMYK
RGB Variations
Color information
#3E84AB (or 0x3E84AB) is known color: Boston Blue. HEX triplet: 3E, 84 and AB. RGB value is (62,132,171). Sum of RGB (Red+Green+Blue) = 62+132+171=365 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.99% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E84AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E84AB is #C17B54. Grayscale: #737373. Windows color (decimal): -12680021 or 11240510. OLE color: 11240510.
HSL color Cylindrical-coordinate representation of color #3E84AB: hue angle of 201.47º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E84AB is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 132 | 171 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.33 |
| HSL | 201.47º | 0.47% | 0.46% | - |
| HSV(B) | 201.47º | 0.64% | 0.67% | - |
| XYZ | 17.59 | 20.47 | 41.55 | - |
| YUV | 115.52 | 159.31 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 132 | 171 | 0.64 | 0.23 | 0 | 0.33 | 201.47 | 0.47 | 0.46 |
| Hex | 3E | 84 | AB | 40 | 17 | 0 | 21 | C9 | 2F | 2E |
| Octal | 76 | 204 | 253 | 100 | 27 | 0 | 41 | 311 | 57 | 56 |
| Binary | 111110 | 10000100 | 10101011 | 1000000 | 10111 | 0 | 100001 | 11001001 | 101111 | 101110 |
Color Harmonies of #3E84AB
Complementary color
Monochromatic Colors of #3E84AB
Black with #3E84AB
Text Example
Text Example
White with #3E84AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E84AB; }
p { color: rgb(62,132,171); }
H1.HeaderClassName
{
color: #3E84AB;
}
.AnyTagClassName
{
color: #3E84AB;
}
</style>
background-color css
<style>
a { background-color: #3E84AB; }
a { background-color: rgb(62,132,171); }
div.DivClassName
{
background-color: #3E84AB;
}
.BgClassName
{
background-color: #3E84AB;
}
</style>
border-color css
<style>
span { border-color: #3E84AB; }
span { border-color: rgb(62,132,171); }
td.TdClassName
{
border-color: #3E84AB;
}
.TagClassName
{
border-color: #3E84AB;
}
</style>