Shades of Boston Blue #338FB3
Tints of Boston Blue #338FB3
RGB
CMYK
RGB Variations
Color information
#338FB3 (or 0x338FB3) is known color: Boston Blue. HEX triplet: 33, 8F and B3. RGB value is (51,143,179). Sum of RGB (Red+Green+Blue) = 51+143+179=373 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.67% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #338FB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338FB3 is #CC704C. Grayscale: #777777. Windows color (decimal): -13398093 or 11767603. OLE color: 11767603.
HSL color Cylindrical-coordinate representation of color #338FB3: hue angle of 196.88º degrees, saturation: 0.56, 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 #338FB3 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 51 | 143 | 179 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.30 |
| HSL | 196.88º | 0.56% | 0.45% | - |
| HSV(B) | 196.88º | 0.72% | 0.7% | - |
| XYZ | 19.32 | 23.6 | 46.19 | - |
| YUV | 119.6 | 161.52 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 143 | 179 | 0.72 | 0.20 | 0 | 0.30 | 196.88 | 0.56 | 0.45 |
| Hex | 33 | 8F | B3 | 48 | 14 | 0 | 1E | C5 | 38 | 2D |
| Octal | 63 | 217 | 263 | 110 | 24 | 0 | 36 | 305 | 70 | 55 |
| Binary | 110011 | 10001111 | 10110011 | 1001000 | 10100 | 0 | 11110 | 11000101 | 111000 | 101101 |
Color Harmonies of #338FB3
Complementary color
Monochromatic Colors of #338FB3
Black with #338FB3
Text Example
Text Example
White with #338FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338FB3; }
p { color: rgb(51,143,179); }
H1.HeaderClassName
{
color: #338FB3;
}
.AnyTagClassName
{
color: #338FB3;
}
</style>
background-color css
<style>
a { background-color: #338FB3; }
a { background-color: rgb(51,143,179); }
div.DivClassName
{
background-color: #338FB3;
}
.BgClassName
{
background-color: #338FB3;
}
</style>
border-color css
<style>
span { border-color: #338FB3; }
span { border-color: rgb(51,143,179); }
td.TdClassName
{
border-color: #338FB3;
}
.TagClassName
{
border-color: #338FB3;
}
</style>