Shades of Boston Blue #3E93AE
Tints of Boston Blue #3E93AE
RGB
CMYK
RGB Variations
Color information
#3E93AE (or 0x3E93AE) is known color: Boston Blue. HEX triplet: 3E, 93 and AE. RGB value is (62,147,174). Sum of RGB (Red+Green+Blue) = 62+147+174=383 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.19% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #3E93AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E93AE is #C16C51. Grayscale: #7C7C7C. Windows color (decimal): -12676178 or 11440958. OLE color: 11440958.
HSL color Cylindrical-coordinate representation of color #3E93AE: hue angle of 194.46º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E93AE is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 62 | 147 | 174 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.32 |
| HSL | 194.46º | 0.47% | 0.46% | - |
| HSV(B) | 194.46º | 0.64% | 0.68% | - |
| XYZ | 20.06 | 24.95 | 43.8 | - |
| YUV | 124.66 | 155.84 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 147 | 174 | 0.64 | 0.16 | 0 | 0.32 | 194.46 | 0.47 | 0.46 |
| Hex | 3E | 93 | AE | 40 | 10 | 0 | 20 | C2 | 2F | 2E |
| Octal | 76 | 223 | 256 | 100 | 20 | 0 | 40 | 302 | 57 | 56 |
| Binary | 111110 | 10010011 | 10101110 | 1000000 | 10000 | 0 | 100000 | 11000010 | 101111 | 101110 |
Color Harmonies of #3E93AE
Complementary color
Monochromatic Colors of #3E93AE
Black with #3E93AE
Text Example
Text Example
White with #3E93AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E93AE; }
p { color: rgb(62,147,174); }
H1.HeaderClassName
{
color: #3E93AE;
}
.AnyTagClassName
{
color: #3E93AE;
}
</style>
background-color css
<style>
a { background-color: #3E93AE; }
a { background-color: rgb(62,147,174); }
div.DivClassName
{
background-color: #3E93AE;
}
.BgClassName
{
background-color: #3E93AE;
}
</style>
border-color css
<style>
span { border-color: #3E93AE; }
span { border-color: rgb(62,147,174); }
td.TdClassName
{
border-color: #3E93AE;
}
.TagClassName
{
border-color: #3E93AE;
}
</style>