Shades of Boston Blue #3992AB
Tints of Boston Blue #3992AB
RGB
CMYK
RGB Variations
Color information
#3992AB (or 0x3992AB) is known color: Boston Blue. HEX triplet: 39, 92 and AB. RGB value is (57,146,171). Sum of RGB (Red+Green+Blue) = 57+146+171=374 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.24% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #3992AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3992AB is #C66D54. Grayscale: #7A7A7A. Windows color (decimal): -13004117 or 11244089. OLE color: 11244089.
HSL color Cylindrical-coordinate representation of color #3992AB: hue angle of 193.16º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3992AB is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 146 | 171 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.33 |
| HSL | 193.16º | 0.5% | 0.45% | - |
| HSV(B) | 193.16º | 0.67% | 0.67% | - |
| XYZ | 19.32 | 24.37 | 42.21 | - |
| YUV | 122.24 | 155.51 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 146 | 171 | 0.67 | 0.15 | 0 | 0.33 | 193.16 | 0.5 | 0.45 |
| Hex | 39 | 92 | AB | 43 | F | 0 | 21 | C1 | 32 | 2D |
| Octal | 71 | 222 | 253 | 103 | 17 | 0 | 41 | 301 | 62 | 55 |
| Binary | 111001 | 10010010 | 10101011 | 1000011 | 1111 | 0 | 100001 | 11000001 | 110010 | 101101 |
Color Harmonies of #3992AB
Complementary color
Monochromatic Colors of #3992AB
Black with #3992AB
Text Example
Text Example
White with #3992AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3992AB; }
p { color: rgb(57,146,171); }
H1.HeaderClassName
{
color: #3992AB;
}
.AnyTagClassName
{
color: #3992AB;
}
</style>
background-color css
<style>
a { background-color: #3992AB; }
a { background-color: rgb(57,146,171); }
div.DivClassName
{
background-color: #3992AB;
}
.BgClassName
{
background-color: #3992AB;
}
</style>
border-color css
<style>
span { border-color: #3992AB; }
span { border-color: rgb(57,146,171); }
td.TdClassName
{
border-color: #3992AB;
}
.TagClassName
{
border-color: #3992AB;
}
</style>