Shades of Boston Blue #3993B4
Tints of Boston Blue #3993B4
RGB
CMYK
RGB Variations
Color information
#3993B4 (or 0x3993B4) is known color: Boston Blue. HEX triplet: 39, 93 and B4. RGB value is (57,147,180). Sum of RGB (Red+Green+Blue) = 57+147+180=384 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.84% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 180 (70.70% from 255 or 46.88% from 384); Max value from RGB is 180 - color contains mainly: blue. Hex color #3993B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3993B4 is #C66C4B. Grayscale: #7B7B7B. Windows color (decimal): -13003852 or 11834169. OLE color: 11834169.
HSL color Cylindrical-coordinate representation of color #3993B4: hue angle of 196.1º 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 #3993B4 is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 57 | 147 | 180 | - |
| CMYK | 0.68 | 0.18 | 0 | 0.29 |
| HSL | 196.1º | 0.52% | 0.46% | - |
| HSV(B) | 196.1º | 0.68% | 0.71% | - |
| XYZ | 20.36 | 25.03 | 46.94 | - |
| YUV | 123.85 | 159.68 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 147 | 180 | 0.68 | 0.18 | 0 | 0.29 | 196.1 | 0.52 | 0.46 |
| Hex | 39 | 93 | B4 | 44 | 12 | 0 | 1D | C4 | 34 | 2E |
| Octal | 71 | 223 | 264 | 104 | 22 | 0 | 35 | 304 | 64 | 56 |
| Binary | 111001 | 10010011 | 10110100 | 1000100 | 10010 | 0 | 11101 | 11000100 | 110100 | 101110 |
Color Harmonies of #3993B4
Complementary color
Monochromatic Colors of #3993B4
Black with #3993B4
Text Example
Text Example
White with #3993B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3993B4; }
p { color: rgb(57,147,180); }
H1.HeaderClassName
{
color: #3993B4;
}
.AnyTagClassName
{
color: #3993B4;
}
</style>
background-color css
<style>
a { background-color: #3993B4; }
a { background-color: rgb(57,147,180); }
div.DivClassName
{
background-color: #3993B4;
}
.BgClassName
{
background-color: #3993B4;
}
</style>
border-color css
<style>
span { border-color: #3993B4; }
span { border-color: rgb(57,147,180); }
td.TdClassName
{
border-color: #3993B4;
}
.TagClassName
{
border-color: #3993B4;
}
</style>