Shades of Boston Blue #399AB3
Tints of Boston Blue #399AB3
RGB
CMYK
RGB Variations
Color information
#399AB3 (or 0x399AB3) is known color: Boston Blue. HEX triplet: 39, 9A and B3. RGB value is (57,154,179). Sum of RGB (Red+Green+Blue) = 57+154+179=390 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.62% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 179 - color contains mainly: blue. Hex color #399AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399AB3 is #C6654C. Grayscale: #7F7F7F. Windows color (decimal): -13002061 or 11770425. OLE color: 11770425.
HSL color Cylindrical-coordinate representation of color #399AB3: hue angle of 192.3º degrees, saturation: 0.52, 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 #399AB3 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 57 | 154 | 179 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.30 |
| HSL | 192.3º | 0.52% | 0.46% | - |
| HSV(B) | 192.3º | 0.68% | 0.7% | - |
| XYZ | 21.38 | 27.24 | 46.78 | - |
| YUV | 127.85 | 156.86 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 154 | 179 | 0.68 | 0.14 | 0 | 0.30 | 192.3 | 0.52 | 0.46 |
| Hex | 39 | 9A | B3 | 44 | E | 0 | 1E | C0 | 34 | 2E |
| Octal | 71 | 232 | 263 | 104 | 16 | 0 | 36 | 300 | 64 | 56 |
| Binary | 111001 | 10011010 | 10110011 | 1000100 | 1110 | 0 | 11110 | 11000000 | 110100 | 101110 |
Color Harmonies of #399AB3
Complementary color
Monochromatic Colors of #399AB3
Black with #399AB3
Text Example
Text Example
White with #399AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399AB3; }
p { color: rgb(57,154,179); }
H1.HeaderClassName
{
color: #399AB3;
}
.AnyTagClassName
{
color: #399AB3;
}
</style>
background-color css
<style>
a { background-color: #399AB3; }
a { background-color: rgb(57,154,179); }
div.DivClassName
{
background-color: #399AB3;
}
.BgClassName
{
background-color: #399AB3;
}
</style>
border-color css
<style>
span { border-color: #399AB3; }
span { border-color: rgb(57,154,179); }
td.TdClassName
{
border-color: #399AB3;
}
.TagClassName
{
border-color: #399AB3;
}
</style>