Shades of Boston Blue #3994AA
Tints of Boston Blue #3994AA
RGB
CMYK
RGB Variations
Color information
#3994AA (or 0x3994AA) is known color: Boston Blue. HEX triplet: 39, 94 and AA. RGB value is (57,148,170). Sum of RGB (Red+Green+Blue) = 57+148+170=375 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.2% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #3994AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3994AA is #C66B55. Grayscale: #7B7B7B. Windows color (decimal): -13003606 or 11179065. OLE color: 11179065.
HSL color Cylindrical-coordinate representation of color #3994AA: hue angle of 191.68º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3994AA is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 148 | 170 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.33 |
| HSL | 191.68º | 0.5% | 0.45% | - |
| HSV(B) | 191.68º | 0.66% | 0.67% | - |
| XYZ | 19.53 | 24.95 | 41.82 | - |
| YUV | 123.3 | 154.35 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 148 | 170 | 0.66 | 0.13 | 0 | 0.33 | 191.68 | 0.5 | 0.45 |
| Hex | 39 | 94 | AA | 42 | D | 0 | 21 | C0 | 32 | 2D |
| Octal | 71 | 224 | 252 | 102 | 15 | 0 | 41 | 300 | 62 | 55 |
| Binary | 111001 | 10010100 | 10101010 | 1000010 | 1101 | 0 | 100001 | 11000000 | 110010 | 101101 |
Color Harmonies of #3994AA
Complementary color
Monochromatic Colors of #3994AA
Black with #3994AA
Text Example
Text Example
White with #3994AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3994AA; }
p { color: rgb(57,148,170); }
H1.HeaderClassName
{
color: #3994AA;
}
.AnyTagClassName
{
color: #3994AA;
}
</style>
background-color css
<style>
a { background-color: #3994AA; }
a { background-color: rgb(57,148,170); }
div.DivClassName
{
background-color: #3994AA;
}
.BgClassName
{
background-color: #3994AA;
}
</style>
border-color css
<style>
span { border-color: #3994AA; }
span { border-color: rgb(57,148,170); }
td.TdClassName
{
border-color: #3994AA;
}
.TagClassName
{
border-color: #3994AA;
}
</style>