Shades of Boston Blue #3997B4
Tints of Boston Blue #3997B4
RGB
CMYK
RGB Variations
Color information
#3997B4 (or 0x3997B4) is known color: Boston Blue. HEX triplet: 39, 97 and B4. RGB value is (57,151,180). Sum of RGB (Red+Green+Blue) = 57+151+180=388 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.69% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 180 (70.70% from 255 or 46.39% from 388); Max value from RGB is 180 - color contains mainly: blue. Hex color #3997B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3997B4 is #C6684B. Grayscale: #7D7D7D. Windows color (decimal): -13002828 or 11835193. OLE color: 11835193.
HSL color Cylindrical-coordinate representation of color #3997B4: hue angle of 194.15º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3997B4 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 57 | 151 | 180 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.29 |
| HSL | 194.15º | 0.52% | 0.46% | - |
| HSV(B) | 194.15º | 0.68% | 0.71% | - |
| XYZ | 20.99 | 26.3 | 47.15 | - |
| YUV | 126.2 | 158.36 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 151 | 180 | 0.68 | 0.16 | 0 | 0.29 | 194.15 | 0.52 | 0.46 |
| Hex | 39 | 97 | B4 | 44 | 10 | 0 | 1D | C2 | 34 | 2E |
| Octal | 71 | 227 | 264 | 104 | 20 | 0 | 35 | 302 | 64 | 56 |
| Binary | 111001 | 10010111 | 10110100 | 1000100 | 10000 | 0 | 11101 | 11000010 | 110100 | 101110 |
Color Harmonies of #3997B4
Complementary color
Monochromatic Colors of #3997B4
Black with #3997B4
Text Example
Text Example
White with #3997B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3997B4; }
p { color: rgb(57,151,180); }
H1.HeaderClassName
{
color: #3997B4;
}
.AnyTagClassName
{
color: #3997B4;
}
</style>
background-color css
<style>
a { background-color: #3997B4; }
a { background-color: rgb(57,151,180); }
div.DivClassName
{
background-color: #3997B4;
}
.BgClassName
{
background-color: #3997B4;
}
</style>
border-color css
<style>
span { border-color: #3997B4; }
span { border-color: rgb(57,151,180); }
td.TdClassName
{
border-color: #3997B4;
}
.TagClassName
{
border-color: #3997B4;
}
</style>