Shades of Boston Blue #4288AE
Tints of Boston Blue #4288AE
RGB
CMYK
RGB Variations
Color information
#4288AE (or 0x4288AE) is known color: Boston Blue. HEX triplet: 42, 88 and AE. RGB value is (66,136,174). Sum of RGB (Red+Green+Blue) = 66+136+174=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #4288AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4288AE is #BD7751. Grayscale: #777777. Windows color (decimal): -12416850 or 11438146. OLE color: 11438146.
HSL color Cylindrical-coordinate representation of color #4288AE: hue angle of 201.11º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4288AE is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 136 | 174 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.32 |
| HSL | 201.11º | 0.45% | 0.47% | - |
| HSV(B) | 201.11º | 0.62% | 0.68% | - |
| XYZ | 18.69 | 21.82 | 43.27 | - |
| YUV | 119.4 | 158.81 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 174 | 0.62 | 0.22 | 0 | 0.32 | 201.11 | 0.45 | 0.47 |
| Hex | 42 | 88 | AE | 3E | 16 | 0 | 20 | C9 | 2D | 2F |
| Octal | 102 | 210 | 256 | 76 | 26 | 0 | 40 | 311 | 55 | 57 |
| Binary | 1000010 | 10001000 | 10101110 | 111110 | 10110 | 0 | 100000 | 11001001 | 101101 | 101111 |
Color Harmonies of #4288AE
Complementary color
Monochromatic Colors of #4288AE
Black with #4288AE
Text Example
Text Example
White with #4288AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4288AE; }
p { color: rgb(66,136,174); }
H1.HeaderClassName
{
color: #4288AE;
}
.AnyTagClassName
{
color: #4288AE;
}
</style>
background-color css
<style>
a { background-color: #4288AE; }
a { background-color: rgb(66,136,174); }
div.DivClassName
{
background-color: #4288AE;
}
.BgClassName
{
background-color: #4288AE;
}
</style>
border-color css
<style>
span { border-color: #4288AE; }
span { border-color: rgb(66,136,174); }
td.TdClassName
{
border-color: #4288AE;
}
.TagClassName
{
border-color: #4288AE;
}
</style>