Shades of Boston Blue #3E93B1
Tints of Boston Blue #3E93B1
RGB
CMYK
RGB Variations
Color information
#3E93B1 (or 0x3E93B1) is known color: Boston Blue. HEX triplet: 3E, 93 and B1. RGB value is (62,147,177). Sum of RGB (Red+Green+Blue) = 62+147+177=386 (51% of max value = 765). Red value is 62 (24.61% from 255 or 16.06% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 177 (69.53% from 255 or 45.85% from 386); Max value from RGB is 177 - color contains mainly: blue. Hex color #3E93B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E93B1 is #C16C4E. Grayscale: #7C7C7C. Windows color (decimal): -12676175 or 11637566. OLE color: 11637566.
HSL color Cylindrical-coordinate representation of color #3E93B1: hue angle of 195.65º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E93B1 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 147 | 177 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.31 |
| HSL | 195.65º | 0.48% | 0.47% | - |
| HSV(B) | 195.65º | 0.65% | 0.69% | - |
| XYZ | 20.36 | 25.07 | 45.36 | - |
| YUV | 125.01 | 157.34 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 147 | 177 | 0.65 | 0.17 | 0 | 0.31 | 195.65 | 0.48 | 0.47 |
| Hex | 3E | 93 | B1 | 41 | 11 | 0 | 1F | C4 | 30 | 2F |
| Octal | 76 | 223 | 261 | 101 | 21 | 0 | 37 | 304 | 60 | 57 |
| Binary | 111110 | 10010011 | 10110001 | 1000001 | 10001 | 0 | 11111 | 11000100 | 110000 | 101111 |
Color Harmonies of #3E93B1
Complementary color
Monochromatic Colors of #3E93B1
Black with #3E93B1
Text Example
Text Example
White with #3E93B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E93B1; }
p { color: rgb(62,147,177); }
H1.HeaderClassName
{
color: #3E93B1;
}
.AnyTagClassName
{
color: #3E93B1;
}
</style>
background-color css
<style>
a { background-color: #3E93B1; }
a { background-color: rgb(62,147,177); }
div.DivClassName
{
background-color: #3E93B1;
}
.BgClassName
{
background-color: #3E93B1;
}
</style>
border-color css
<style>
span { border-color: #3E93B1; }
span { border-color: rgb(62,147,177); }
td.TdClassName
{
border-color: #3E93B1;
}
.TagClassName
{
border-color: #3E93B1;
}
</style>