Shades of Boston Blue #3993B2
Tints of Boston Blue #3993B2
RGB
CMYK
RGB Variations
Color information
#3993B2 (or 0x3993B2) is known color: Boston Blue. HEX triplet: 39, 93 and B2. RGB value is (57,147,178). Sum of RGB (Red+Green+Blue) = 57+147+178=382 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.92% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 178 (69.92% from 255 or 46.60% from 382); Max value from RGB is 178 - color contains mainly: blue. Hex color #3993B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3993B2 is #C66C4D. Grayscale: #7B7B7B. Windows color (decimal): -13003854 or 11703097. OLE color: 11703097.
HSL color Cylindrical-coordinate representation of color #3993B2: hue angle of 195.37º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3993B2 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 57 | 147 | 178 | - |
| CMYK | 0.68 | 0.17 | 0 | 0.30 |
| HSL | 195.37º | 0.51% | 0.46% | - |
| HSV(B) | 195.37º | 0.68% | 0.7% | - |
| XYZ | 20.16 | 24.95 | 45.87 | - |
| YUV | 123.62 | 158.68 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 147 | 178 | 0.68 | 0.17 | 0 | 0.30 | 195.37 | 0.51 | 0.46 |
| Hex | 39 | 93 | B2 | 44 | 11 | 0 | 1E | C3 | 33 | 2E |
| Octal | 71 | 223 | 262 | 104 | 21 | 0 | 36 | 303 | 63 | 56 |
| Binary | 111001 | 10010011 | 10110010 | 1000100 | 10001 | 0 | 11110 | 11000011 | 110011 | 101110 |
Color Harmonies of #3993B2
Complementary color
Monochromatic Colors of #3993B2
Black with #3993B2
Text Example
Text Example
White with #3993B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3993B2; }
p { color: rgb(57,147,178); }
H1.HeaderClassName
{
color: #3993B2;
}
.AnyTagClassName
{
color: #3993B2;
}
</style>
background-color css
<style>
a { background-color: #3993B2; }
a { background-color: rgb(57,147,178); }
div.DivClassName
{
background-color: #3993B2;
}
.BgClassName
{
background-color: #3993B2;
}
</style>
border-color css
<style>
span { border-color: #3993B2; }
span { border-color: rgb(57,147,178); }
td.TdClassName
{
border-color: #3993B2;
}
.TagClassName
{
border-color: #3993B2;
}
</style>