Shades of Boston Blue #3E8AA5
Tints of Boston Blue #3E8AA5
RGB
CMYK
RGB Variations
Color information
#3E8AA5 (or 0x3E8AA5) is known color: Boston Blue. HEX triplet: 3E, 8A and A5. RGB value is (62,138,165). Sum of RGB (Red+Green+Blue) = 62+138+165=365 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.99% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 165 (64.84% from 255 or 45.21% from 365); Max value from RGB is 165 - color contains mainly: blue. Hex color #3E8AA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8AA5 is #C1755A. Grayscale: #767676. Windows color (decimal): -12678491 or 10848830. OLE color: 10848830.
HSL color Cylindrical-coordinate representation of color #3E8AA5: hue angle of 195.73º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3E8AA5 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 62 | 138 | 165 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.35 |
| HSL | 195.73º | 0.45% | 0.45% | - |
| HSV(B) | 195.73º | 0.62% | 0.65% | - |
| XYZ | 17.87 | 21.92 | 38.89 | - |
| YUV | 118.35 | 154.32 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 138 | 165 | 0.62 | 0.16 | 0 | 0.35 | 195.73 | 0.45 | 0.45 |
| Hex | 3E | 8A | A5 | 3E | 10 | 0 | 23 | C4 | 2D | 2D |
| Octal | 76 | 212 | 245 | 76 | 20 | 0 | 43 | 304 | 55 | 55 |
| Binary | 111110 | 10001010 | 10100101 | 111110 | 10000 | 0 | 100011 | 11000100 | 101101 | 101101 |
Color Harmonies of #3E8AA5
Complementary color
Monochromatic Colors of #3E8AA5
Black with #3E8AA5
Text Example
Text Example
White with #3E8AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8AA5; }
p { color: rgb(62,138,165); }
H1.HeaderClassName
{
color: #3E8AA5;
}
.AnyTagClassName
{
color: #3E8AA5;
}
</style>
background-color css
<style>
a { background-color: #3E8AA5; }
a { background-color: rgb(62,138,165); }
div.DivClassName
{
background-color: #3E8AA5;
}
.BgClassName
{
background-color: #3E8AA5;
}
</style>
border-color css
<style>
span { border-color: #3E8AA5; }
span { border-color: rgb(62,138,165); }
td.TdClassName
{
border-color: #3E8AA5;
}
.TagClassName
{
border-color: #3E8AA5;
}
</style>