Shades of Boston Blue #338FB4
Tints of Boston Blue #338FB4
RGB
CMYK
RGB Variations
Color information
#338FB4 (or 0x338FB4) is known color: Boston Blue. HEX triplet: 33, 8F and B4. RGB value is (51,143,180). Sum of RGB (Red+Green+Blue) = 51+143+180=374 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.64% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 180 (70.70% from 255 or 48.13% from 374); Max value from RGB is 180 - color contains mainly: blue. Hex color #338FB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338FB4 is #CC704B. Grayscale: #777777. Windows color (decimal): -13398092 or 11833139. OLE color: 11833139.
HSL color Cylindrical-coordinate representation of color #338FB4: hue angle of 197.21º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #338FB4 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 51 | 143 | 180 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.29 |
| HSL | 197.21º | 0.56% | 0.45% | - |
| HSV(B) | 197.21º | 0.72% | 0.71% | - |
| XYZ | 19.43 | 23.64 | 46.72 | - |
| YUV | 119.71 | 162.02 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 143 | 180 | 0.72 | 0.21 | 0 | 0.29 | 197.21 | 0.56 | 0.45 |
| Hex | 33 | 8F | B4 | 48 | 15 | 0 | 1D | C5 | 38 | 2D |
| Octal | 63 | 217 | 264 | 110 | 25 | 0 | 35 | 305 | 70 | 55 |
| Binary | 110011 | 10001111 | 10110100 | 1001000 | 10101 | 0 | 11101 | 11000101 | 111000 | 101101 |
Color Harmonies of #338FB4
Complementary color
Monochromatic Colors of #338FB4
Black with #338FB4
Text Example
Text Example
White with #338FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338FB4; }
p { color: rgb(51,143,180); }
H1.HeaderClassName
{
color: #338FB4;
}
.AnyTagClassName
{
color: #338FB4;
}
</style>
background-color css
<style>
a { background-color: #338FB4; }
a { background-color: rgb(51,143,180); }
div.DivClassName
{
background-color: #338FB4;
}
.BgClassName
{
background-color: #338FB4;
}
</style>
border-color css
<style>
span { border-color: #338FB4; }
span { border-color: rgb(51,143,180); }
td.TdClassName
{
border-color: #338FB4;
}
.TagClassName
{
border-color: #338FB4;
}
</style>