Shades of Boston Blue #338DAE
Tints of Boston Blue #338DAE
RGB
CMYK
RGB Variations
Color information
#338DAE (or 0x338DAE) is known color: Boston Blue. HEX triplet: 33, 8D and AE. RGB value is (51,141,174). Sum of RGB (Red+Green+Blue) = 51+141+174=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #338DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338DAE is #CC7251. Grayscale: #757575. Windows color (decimal): -13398610 or 11439411. OLE color: 11439411.
HSL color Cylindrical-coordinate representation of color #338DAE: hue angle of 196.1º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #338DAE is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 141 | 174 | - |
| CMYK | 0.71 | 0.19 | 0 | 0.32 |
| HSL | 196.1º | 0.55% | 0.44% | - |
| HSV(B) | 196.1º | 0.71% | 0.68% | - |
| XYZ | 18.53 | 22.81 | 43.47 | - |
| YUV | 117.85 | 159.68 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 174 | 0.71 | 0.19 | 0 | 0.32 | 196.1 | 0.55 | 0.44 |
| Hex | 33 | 8D | AE | 47 | 13 | 0 | 20 | C4 | 37 | 2C |
| Octal | 63 | 215 | 256 | 107 | 23 | 0 | 40 | 304 | 67 | 54 |
| Binary | 110011 | 10001101 | 10101110 | 1000111 | 10011 | 0 | 100000 | 11000100 | 110111 | 101100 |
Color Harmonies of #338DAE
Complementary color
Monochromatic Colors of #338DAE
Black with #338DAE
Text Example
Text Example
White with #338DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338DAE; }
p { color: rgb(51,141,174); }
H1.HeaderClassName
{
color: #338DAE;
}
.AnyTagClassName
{
color: #338DAE;
}
</style>
background-color css
<style>
a { background-color: #338DAE; }
a { background-color: rgb(51,141,174); }
div.DivClassName
{
background-color: #338DAE;
}
.BgClassName
{
background-color: #338DAE;
}
</style>
border-color css
<style>
span { border-color: #338DAE; }
span { border-color: rgb(51,141,174); }
td.TdClassName
{
border-color: #338DAE;
}
.TagClassName
{
border-color: #338DAE;
}
</style>