Shades of Boston Blue #3F9EBA
Tints of Boston Blue #3F9EBA
RGB
CMYK
RGB Variations
Color information
#3F9EBA (or 0x3F9EBA) is known color: Boston Blue. HEX triplet: 3F, 9E and BA. RGB value is (63,158,186). Sum of RGB (Red+Green+Blue) = 63+158+186=407 (53% of max value = 765). Red value is 63 (25% from 255 or 15.48% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F9EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9EBA is #C06145. Grayscale: #848484. Windows color (decimal): -12607814 or 12230207. OLE color: 12230207.
HSL color Cylindrical-coordinate representation of color #3F9EBA: hue angle of 193.66º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F9EBA is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 158 | 186 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.27 |
| HSL | 193.66º | 0.49% | 0.49% | - |
| HSV(B) | 193.66º | 0.66% | 0.73% | - |
| XYZ | 23.14 | 29.06 | 50.84 | - |
| YUV | 132.79 | 158.03 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 158 | 186 | 0.66 | 0.15 | 0 | 0.27 | 193.66 | 0.49 | 0.49 |
| Hex | 3F | 9E | BA | 42 | F | 0 | 1B | C2 | 31 | 31 |
| Octal | 77 | 236 | 272 | 102 | 17 | 0 | 33 | 302 | 61 | 61 |
| Binary | 111111 | 10011110 | 10111010 | 1000010 | 1111 | 0 | 11011 | 11000010 | 110001 | 110001 |
Color Harmonies of #3F9EBA
Complementary color
Monochromatic Colors of #3F9EBA
Black with #3F9EBA
Text Example
Text Example
White with #3F9EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9EBA; }
p { color: rgb(63,158,186); }
H1.HeaderClassName
{
color: #3F9EBA;
}
.AnyTagClassName
{
color: #3F9EBA;
}
</style>
background-color css
<style>
a { background-color: #3F9EBA; }
a { background-color: rgb(63,158,186); }
div.DivClassName
{
background-color: #3F9EBA;
}
.BgClassName
{
background-color: #3F9EBA;
}
</style>
border-color css
<style>
span { border-color: #3F9EBA; }
span { border-color: rgb(63,158,186); }
td.TdClassName
{
border-color: #3F9EBA;
}
.TagClassName
{
border-color: #3F9EBA;
}
</style>