Shades of Boston Blue #3F93BA
Tints of Boston Blue #3F93BA
RGB
CMYK
RGB Variations
Color information
#3F93BA (or 0x3F93BA) is known color: Boston Blue. HEX triplet: 3F, 93 and BA. RGB value is (63,147,186). Sum of RGB (Red+Green+Blue) = 63+147+186=396 (52% of max value = 765). Red value is 63 (25% from 255 or 15.91% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F93BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F93BA is #C06C45. Grayscale: #7E7E7E. Windows color (decimal): -12610630 or 12227391. OLE color: 12227391.
HSL color Cylindrical-coordinate representation of color #3F93BA: hue angle of 199.02º 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 #3F93BA is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 147 | 186 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.27 |
| HSL | 199.02º | 0.49% | 0.49% | - |
| HSV(B) | 199.02º | 0.66% | 0.73% | - |
| XYZ | 21.35 | 25.47 | 50.25 | - |
| YUV | 126.33 | 161.67 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 147 | 186 | 0.66 | 0.21 | 0 | 0.27 | 199.02 | 0.49 | 0.49 |
| Hex | 3F | 93 | BA | 42 | 15 | 0 | 1B | C7 | 31 | 31 |
| Octal | 77 | 223 | 272 | 102 | 25 | 0 | 33 | 307 | 61 | 61 |
| Binary | 111111 | 10010011 | 10111010 | 1000010 | 10101 | 0 | 11011 | 11000111 | 110001 | 110001 |
Color Harmonies of #3F93BA
Complementary color
Monochromatic Colors of #3F93BA
Black with #3F93BA
Text Example
Text Example
White with #3F93BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F93BA; }
p { color: rgb(63,147,186); }
H1.HeaderClassName
{
color: #3F93BA;
}
.AnyTagClassName
{
color: #3F93BA;
}
</style>
background-color css
<style>
a { background-color: #3F93BA; }
a { background-color: rgb(63,147,186); }
div.DivClassName
{
background-color: #3F93BA;
}
.BgClassName
{
background-color: #3F93BA;
}
</style>
border-color css
<style>
span { border-color: #3F93BA; }
span { border-color: rgb(63,147,186); }
td.TdClassName
{
border-color: #3F93BA;
}
.TagClassName
{
border-color: #3F93BA;
}
</style>