Shades of Boston Blue #318DB0
Tints of Boston Blue #318DB0
RGB
CMYK
RGB Variations
Color information
#318DB0 (or 0x318DB0) is known color: Boston Blue. HEX triplet: 31, 8D and B0. RGB value is (49,141,176). Sum of RGB (Red+Green+Blue) = 49+141+176=366 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.39% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 176 - color contains mainly: blue. Hex color #318DB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318DB0 is #CE724F. Grayscale: #757575. Windows color (decimal): -13529680 or 11570481. OLE color: 11570481.
HSL color Cylindrical-coordinate representation of color #318DB0: hue angle of 196.54º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #318DB0 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 141 | 176 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.31 |
| HSL | 196.54º | 0.56% | 0.44% | - |
| HSV(B) | 196.54º | 0.72% | 0.69% | - |
| XYZ | 18.63 | 22.84 | 44.5 | - |
| YUV | 117.48 | 161.02 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 141 | 176 | 0.72 | 0.20 | 0 | 0.31 | 196.54 | 0.56 | 0.44 |
| Hex | 31 | 8D | B0 | 48 | 14 | 0 | 1F | C5 | 38 | 2C |
| Octal | 61 | 215 | 260 | 110 | 24 | 0 | 37 | 305 | 70 | 54 |
| Binary | 110001 | 10001101 | 10110000 | 1001000 | 10100 | 0 | 11111 | 11000101 | 111000 | 101100 |
Color Harmonies of #318DB0
Complementary color
Monochromatic Colors of #318DB0
Black with #318DB0
Text Example
Text Example
White with #318DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318DB0; }
p { color: rgb(49,141,176); }
H1.HeaderClassName
{
color: #318DB0;
}
.AnyTagClassName
{
color: #318DB0;
}
</style>
background-color css
<style>
a { background-color: #318DB0; }
a { background-color: rgb(49,141,176); }
div.DivClassName
{
background-color: #318DB0;
}
.BgClassName
{
background-color: #318DB0;
}
</style>
border-color css
<style>
span { border-color: #318DB0; }
span { border-color: rgb(49,141,176); }
td.TdClassName
{
border-color: #318DB0;
}
.TagClassName
{
border-color: #318DB0;
}
</style>