Shades of Boston Blue #3E8CAC
Tints of Boston Blue #3E8CAC
RGB
CMYK
RGB Variations
Color information
#3E8CAC (or 0x3E8CAC) is known color: Boston Blue. HEX triplet: 3E, 8C and AC. RGB value is (62,140,172). Sum of RGB (Red+Green+Blue) = 62+140+172=374 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.58% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E8CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8CAC is #C17353. Grayscale: #787878. Windows color (decimal): -12677972 or 11308094. OLE color: 11308094.
HSL color Cylindrical-coordinate representation of color #3E8CAC: hue angle of 197.45º 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 #3E8CAC is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 140 | 172 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.33 |
| HSL | 197.45º | 0.47% | 0.46% | - |
| HSV(B) | 197.45º | 0.64% | 0.67% | - |
| XYZ | 18.81 | 22.76 | 42.43 | - |
| YUV | 120.33 | 157.16 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 140 | 172 | 0.64 | 0.19 | 0 | 0.33 | 197.45 | 0.47 | 0.46 |
| Hex | 3E | 8C | AC | 40 | 13 | 0 | 21 | C5 | 2F | 2E |
| Octal | 76 | 214 | 254 | 100 | 23 | 0 | 41 | 305 | 57 | 56 |
| Binary | 111110 | 10001100 | 10101100 | 1000000 | 10011 | 0 | 100001 | 11000101 | 101111 | 101110 |
Color Harmonies of #3E8CAC
Complementary color
Monochromatic Colors of #3E8CAC
Black with #3E8CAC
Text Example
Text Example
White with #3E8CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8CAC; }
p { color: rgb(62,140,172); }
H1.HeaderClassName
{
color: #3E8CAC;
}
.AnyTagClassName
{
color: #3E8CAC;
}
</style>
background-color css
<style>
a { background-color: #3E8CAC; }
a { background-color: rgb(62,140,172); }
div.DivClassName
{
background-color: #3E8CAC;
}
.BgClassName
{
background-color: #3E8CAC;
}
</style>
border-color css
<style>
span { border-color: #3E8CAC; }
span { border-color: rgb(62,140,172); }
td.TdClassName
{
border-color: #3E8CAC;
}
.TagClassName
{
border-color: #3E8CAC;
}
</style>