Shades of Boston Blue #3F92AC
Tints of Boston Blue #3F92AC
RGB
CMYK
RGB Variations
Color information
#3F92AC (or 0x3F92AC) is known color: Boston Blue. HEX triplet: 3F, 92 and AC. RGB value is (63,146,172). Sum of RGB (Red+Green+Blue) = 63+146+172=381 (50% of max value = 765). Red value is 63 (25% from 255 or 16.54% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F92AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F92AC is #C06D53. Grayscale: #7B7B7B. Windows color (decimal): -12610900 or 11309631. OLE color: 11309631.
HSL color Cylindrical-coordinate representation of color #3F92AC: hue angle of 194.31º 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 #3F92AC is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 146 | 172 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.33 |
| HSL | 194.31º | 0.46% | 0.46% | - |
| HSV(B) | 194.31º | 0.63% | 0.67% | - |
| XYZ | 19.78 | 24.59 | 42.73 | - |
| YUV | 124.15 | 155 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 146 | 172 | 0.63 | 0.15 | 0 | 0.33 | 194.31 | 0.46 | 0.46 |
| Hex | 3F | 92 | AC | 3F | F | 0 | 21 | C2 | 2E | 2E |
| Octal | 77 | 222 | 254 | 77 | 17 | 0 | 41 | 302 | 56 | 56 |
| Binary | 111111 | 10010010 | 10101100 | 111111 | 1111 | 0 | 100001 | 11000010 | 101110 | 101110 |
Color Harmonies of #3F92AC
Complementary color
Monochromatic Colors of #3F92AC
Black with #3F92AC
Text Example
Text Example
White with #3F92AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F92AC; }
p { color: rgb(63,146,172); }
H1.HeaderClassName
{
color: #3F92AC;
}
.AnyTagClassName
{
color: #3F92AC;
}
</style>
background-color css
<style>
a { background-color: #3F92AC; }
a { background-color: rgb(63,146,172); }
div.DivClassName
{
background-color: #3F92AC;
}
.BgClassName
{
background-color: #3F92AC;
}
</style>
border-color css
<style>
span { border-color: #3F92AC; }
span { border-color: rgb(63,146,172); }
td.TdClassName
{
border-color: #3F92AC;
}
.TagClassName
{
border-color: #3F92AC;
}
</style>