Shades of Boston Blue #3F99AC
Tints of Boston Blue #3F99AC
RGB
CMYK
RGB Variations
Color information
#3F99AC (or 0x3F99AC) is known color: Boston Blue. HEX triplet: 3F, 99 and AC. RGB value is (63,153,172). Sum of RGB (Red+Green+Blue) = 63+153+172=388 (51% of max value = 765). Red value is 63 (25% from 255 or 16.24% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F99AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F99AC is #C06653. Grayscale: #808080. Windows color (decimal): -12609108 or 11311423. OLE color: 11311423.
HSL color Cylindrical-coordinate representation of color #3F99AC: hue angle of 190.46º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F99AC is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 153 | 172 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.33 |
| HSL | 190.46º | 0.46% | 0.46% | - |
| HSV(B) | 190.46º | 0.63% | 0.67% | - |
| XYZ | 20.89 | 26.82 | 43.11 | - |
| YUV | 128.26 | 152.68 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 153 | 172 | 0.63 | 0.11 | 0 | 0.33 | 190.46 | 0.46 | 0.46 |
| Hex | 3F | 99 | AC | 3F | B | 0 | 21 | BE | 2E | 2E |
| Octal | 77 | 231 | 254 | 77 | 13 | 0 | 41 | 276 | 56 | 56 |
| Binary | 111111 | 10011001 | 10101100 | 111111 | 1011 | 0 | 100001 | 10111110 | 101110 | 101110 |
Color Harmonies of #3F99AC
Complementary color
Monochromatic Colors of #3F99AC
Black with #3F99AC
Text Example
Text Example
White with #3F99AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F99AC; }
p { color: rgb(63,153,172); }
H1.HeaderClassName
{
color: #3F99AC;
}
.AnyTagClassName
{
color: #3F99AC;
}
</style>
background-color css
<style>
a { background-color: #3F99AC; }
a { background-color: rgb(63,153,172); }
div.DivClassName
{
background-color: #3F99AC;
}
.BgClassName
{
background-color: #3F99AC;
}
</style>
border-color css
<style>
span { border-color: #3F99AC; }
span { border-color: rgb(63,153,172); }
td.TdClassName
{
border-color: #3F99AC;
}
.TagClassName
{
border-color: #3F99AC;
}
</style>