Shades of Boston Blue #3E8AAA
Tints of Boston Blue #3E8AAA
RGB
CMYK
RGB Variations
Color information
#3E8AAA (or 0x3E8AAA) is known color: Boston Blue. HEX triplet: 3E, 8A and AA. RGB value is (62,138,170). Sum of RGB (Red+Green+Blue) = 62+138+170=370 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.76% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E8AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8AAA is #C17555. Grayscale: #767676. Windows color (decimal): -12678486 or 11176510. OLE color: 11176510.
HSL color Cylindrical-coordinate representation of color #3E8AAA: hue angle of 197.78º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E8AAA is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 138 | 170 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.33 |
| HSL | 197.78º | 0.47% | 0.45% | - |
| HSV(B) | 197.78º | 0.64% | 0.67% | - |
| XYZ | 18.33 | 22.1 | 41.33 | - |
| YUV | 118.92 | 156.82 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 138 | 170 | 0.64 | 0.19 | 0 | 0.33 | 197.78 | 0.47 | 0.45 |
| Hex | 3E | 8A | AA | 40 | 13 | 0 | 21 | C6 | 2F | 2D |
| Octal | 76 | 212 | 252 | 100 | 23 | 0 | 41 | 306 | 57 | 55 |
| Binary | 111110 | 10001010 | 10101010 | 1000000 | 10011 | 0 | 100001 | 11000110 | 101111 | 101101 |
Color Harmonies of #3E8AAA
Complementary color
Monochromatic Colors of #3E8AAA
Black with #3E8AAA
Text Example
Text Example
White with #3E8AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8AAA; }
p { color: rgb(62,138,170); }
H1.HeaderClassName
{
color: #3E8AAA;
}
.AnyTagClassName
{
color: #3E8AAA;
}
</style>
background-color css
<style>
a { background-color: #3E8AAA; }
a { background-color: rgb(62,138,170); }
div.DivClassName
{
background-color: #3E8AAA;
}
.BgClassName
{
background-color: #3E8AAA;
}
</style>
border-color css
<style>
span { border-color: #3E8AAA; }
span { border-color: rgb(62,138,170); }
td.TdClassName
{
border-color: #3E8AAA;
}
.TagClassName
{
border-color: #3E8AAA;
}
</style>