Shades of Boston Blue #3997B5
Tints of Boston Blue #3997B5
RGB
CMYK
RGB Variations
Color information
#3997B5 (or 0x3997B5) is known color: Boston Blue. HEX triplet: 39, 97 and B5. RGB value is (57,151,181). Sum of RGB (Red+Green+Blue) = 57+151+181=389 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.65% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 181 (71.09% from 255 or 46.53% from 389); Max value from RGB is 181 - color contains mainly: blue. Hex color #3997B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3997B5 is #C6684A. Grayscale: #7E7E7E. Windows color (decimal): -13002827 or 11900729. OLE color: 11900729.
HSL color Cylindrical-coordinate representation of color #3997B5: hue angle of 194.52º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3997B5 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 57 | 151 | 181 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.29 |
| HSL | 194.52º | 0.52% | 0.47% | - |
| HSV(B) | 194.52º | 0.69% | 0.71% | - |
| XYZ | 21.09 | 26.34 | 47.69 | - |
| YUV | 126.31 | 158.86 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 151 | 181 | 0.69 | 0.17 | 0 | 0.29 | 194.52 | 0.52 | 0.47 |
| Hex | 39 | 97 | B5 | 45 | 11 | 0 | 1D | C3 | 34 | 2F |
| Octal | 71 | 227 | 265 | 105 | 21 | 0 | 35 | 303 | 64 | 57 |
| Binary | 111001 | 10010111 | 10110101 | 1000101 | 10001 | 0 | 11101 | 11000011 | 110100 | 101111 |
Color Harmonies of #3997B5
Complementary color
Monochromatic Colors of #3997B5
Black with #3997B5
Text Example
Text Example
White with #3997B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3997B5; }
p { color: rgb(57,151,181); }
H1.HeaderClassName
{
color: #3997B5;
}
.AnyTagClassName
{
color: #3997B5;
}
</style>
background-color css
<style>
a { background-color: #3997B5; }
a { background-color: rgb(57,151,181); }
div.DivClassName
{
background-color: #3997B5;
}
.BgClassName
{
background-color: #3997B5;
}
</style>
border-color css
<style>
span { border-color: #3997B5; }
span { border-color: rgb(57,151,181); }
td.TdClassName
{
border-color: #3997B5;
}
.TagClassName
{
border-color: #3997B5;
}
</style>