Shades of Boston Blue #3F9CBF
Tints of Boston Blue #3F9CBF
RGB
CMYK
RGB Variations
Color information
#3F9CBF (or 0x3F9CBF) is known color: Boston Blue. HEX triplet: 3F, 9C and BF. RGB value is (63,156,191). Sum of RGB (Red+Green+Blue) = 63+156+191=410 (54% of max value = 765). Red value is 63 (25% from 255 or 15.37% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F9CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9CBF is #C06340. Grayscale: #838383. Windows color (decimal): -12608321 or 12557375. OLE color: 12557375.
HSL color Cylindrical-coordinate representation of color #3F9CBF: hue angle of 196.41º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F9CBF is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 156 | 191 | - |
| CMYK | 0.67 | 0.18 | 0 | 0.25 |
| HSL | 196.41º | 0.5% | 0.5% | - |
| HSV(B) | 196.41º | 0.67% | 0.75% | - |
| XYZ | 23.34 | 28.6 | 53.58 | - |
| YUV | 132.18 | 161.19 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 156 | 191 | 0.67 | 0.18 | 0 | 0.25 | 196.41 | 0.5 | 0.5 |
| Hex | 3F | 9C | BF | 43 | 12 | 0 | 19 | C4 | 32 | 32 |
| Octal | 77 | 234 | 277 | 103 | 22 | 0 | 31 | 304 | 62 | 62 |
| Binary | 111111 | 10011100 | 10111111 | 1000011 | 10010 | 0 | 11001 | 11000100 | 110010 | 110010 |
Color Harmonies of #3F9CBF
Complementary color
Monochromatic Colors of #3F9CBF
Black with #3F9CBF
Text Example
Text Example
White with #3F9CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9CBF; }
p { color: rgb(63,156,191); }
H1.HeaderClassName
{
color: #3F9CBF;
}
.AnyTagClassName
{
color: #3F9CBF;
}
</style>
background-color css
<style>
a { background-color: #3F9CBF; }
a { background-color: rgb(63,156,191); }
div.DivClassName
{
background-color: #3F9CBF;
}
.BgClassName
{
background-color: #3F9CBF;
}
</style>
border-color css
<style>
span { border-color: #3F9CBF; }
span { border-color: rgb(63,156,191); }
td.TdClassName
{
border-color: #3F9CBF;
}
.TagClassName
{
border-color: #3F9CBF;
}
</style>