Shades of Boston Blue #3E90A3
Tints of Boston Blue #3E90A3
RGB
CMYK
RGB Variations
Color information
#3E90A3 (or 0x3E90A3) is known color: Boston Blue. HEX triplet: 3E, 90 and A3. RGB value is (62,144,163). Sum of RGB (Red+Green+Blue) = 62+144+163=369 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.80% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 163 (64.06% from 255 or 44.17% from 369); Max value from RGB is 163 - color contains mainly: blue. Hex color #3E90A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E90A3 is #C16F5C. Grayscale: #797979. Windows color (decimal): -12676957 or 10719294. OLE color: 10719294.
HSL color Cylindrical-coordinate representation of color #3E90A3: hue angle of 191.29º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3E90A3 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 62 | 144 | 163 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.36 |
| HSL | 191.29º | 0.45% | 0.44% | - |
| HSV(B) | 191.29º | 0.62% | 0.64% | - |
| XYZ | 18.57 | 23.62 | 38.23 | - |
| YUV | 121.65 | 151.33 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 144 | 163 | 0.62 | 0.12 | 0 | 0.36 | 191.29 | 0.45 | 0.44 |
| Hex | 3E | 90 | A3 | 3E | C | 0 | 24 | BF | 2D | 2C |
| Octal | 76 | 220 | 243 | 76 | 14 | 0 | 44 | 277 | 55 | 54 |
| Binary | 111110 | 10010000 | 10100011 | 111110 | 1100 | 0 | 100100 | 10111111 | 101101 | 101100 |
Color Harmonies of #3E90A3
Complementary color
Monochromatic Colors of #3E90A3
Black with #3E90A3
Text Example
Text Example
White with #3E90A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E90A3; }
p { color: rgb(62,144,163); }
H1.HeaderClassName
{
color: #3E90A3;
}
.AnyTagClassName
{
color: #3E90A3;
}
</style>
background-color css
<style>
a { background-color: #3E90A3; }
a { background-color: rgb(62,144,163); }
div.DivClassName
{
background-color: #3E90A3;
}
.BgClassName
{
background-color: #3E90A3;
}
</style>
border-color css
<style>
span { border-color: #3E90A3; }
span { border-color: rgb(62,144,163); }
td.TdClassName
{
border-color: #3E90A3;
}
.TagClassName
{
border-color: #3E90A3;
}
</style>