Shades of Boston Blue #318DB2
Tints of Boston Blue #318DB2
RGB
CMYK
RGB Variations
Color information
#318DB2 (or 0x318DB2) is known color: Boston Blue. HEX triplet: 31, 8D and B2. RGB value is (49,141,178). Sum of RGB (Red+Green+Blue) = 49+141+178=368 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.32% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 178 (69.92% from 255 or 48.37% from 368); Max value from RGB is 178 - color contains mainly: blue. Hex color #318DB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318DB2 is #CE724D. Grayscale: #757575. Windows color (decimal): -13529678 or 11701553. OLE color: 11701553.
HSL color Cylindrical-coordinate representation of color #318DB2: hue angle of 197.21º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #318DB2 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 141 | 178 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.30 |
| HSL | 197.21º | 0.57% | 0.45% | - |
| HSV(B) | 197.21º | 0.72% | 0.7% | - |
| XYZ | 18.83 | 22.92 | 45.55 | - |
| YUV | 117.71 | 162.02 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 141 | 178 | 0.72 | 0.21 | 0 | 0.30 | 197.21 | 0.57 | 0.45 |
| Hex | 31 | 8D | B2 | 48 | 15 | 0 | 1E | C5 | 39 | 2D |
| Octal | 61 | 215 | 262 | 110 | 25 | 0 | 36 | 305 | 71 | 55 |
| Binary | 110001 | 10001101 | 10110010 | 1001000 | 10101 | 0 | 11110 | 11000101 | 111001 | 101101 |
Color Harmonies of #318DB2
Complementary color
Monochromatic Colors of #318DB2
Black with #318DB2
Text Example
Text Example
White with #318DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318DB2; }
p { color: rgb(49,141,178); }
H1.HeaderClassName
{
color: #318DB2;
}
.AnyTagClassName
{
color: #318DB2;
}
</style>
background-color css
<style>
a { background-color: #318DB2; }
a { background-color: rgb(49,141,178); }
div.DivClassName
{
background-color: #318DB2;
}
.BgClassName
{
background-color: #318DB2;
}
</style>
border-color css
<style>
span { border-color: #318DB2; }
span { border-color: rgb(49,141,178); }
td.TdClassName
{
border-color: #318DB2;
}
.TagClassName
{
border-color: #318DB2;
}
</style>