Shades of Boston Blue #3F9CBE
Tints of Boston Blue #3F9CBE
RGB
CMYK
RGB Variations
Color information
#3F9CBE (or 0x3F9CBE) is known color: Boston Blue. HEX triplet: 3F, 9C and BE. RGB value is (63,156,190). Sum of RGB (Red+Green+Blue) = 63+156+190=409 (54% of max value = 765). Red value is 63 (25% from 255 or 15.40% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F9CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9CBE is #C06341. Grayscale: #838383. Windows color (decimal): -12608322 or 12491839. OLE color: 12491839.
HSL color Cylindrical-coordinate representation of color #3F9CBE: hue angle of 196.06º 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 #3F9CBE is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 156 | 190 | - |
| CMYK | 0.67 | 0.18 | 0 | 0.25 |
| HSL | 196.06º | 0.5% | 0.5% | - |
| HSV(B) | 196.06º | 0.67% | 0.75% | - |
| XYZ | 23.23 | 28.55 | 53 | - |
| YUV | 132.07 | 160.69 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 156 | 190 | 0.67 | 0.18 | 0 | 0.25 | 196.06 | 0.5 | 0.5 |
| Hex | 3F | 9C | BE | 43 | 12 | 0 | 19 | C4 | 32 | 32 |
| Octal | 77 | 234 | 276 | 103 | 22 | 0 | 31 | 304 | 62 | 62 |
| Binary | 111111 | 10011100 | 10111110 | 1000011 | 10010 | 0 | 11001 | 11000100 | 110010 | 110010 |
Color Harmonies of #3F9CBE
Complementary color
Monochromatic Colors of #3F9CBE
Black with #3F9CBE
Text Example
Text Example
White with #3F9CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9CBE; }
p { color: rgb(63,156,190); }
H1.HeaderClassName
{
color: #3F9CBE;
}
.AnyTagClassName
{
color: #3F9CBE;
}
</style>
background-color css
<style>
a { background-color: #3F9CBE; }
a { background-color: rgb(63,156,190); }
div.DivClassName
{
background-color: #3F9CBE;
}
.BgClassName
{
background-color: #3F9CBE;
}
</style>
border-color css
<style>
span { border-color: #3F9CBE; }
span { border-color: rgb(63,156,190); }
td.TdClassName
{
border-color: #3F9CBE;
}
.TagClassName
{
border-color: #3F9CBE;
}
</style>