Shades of Boston Blue #4388AB
Tints of Boston Blue #4388AB
RGB
CMYK
RGB Variations
Color information
#4388AB (or 0x4388AB) is known color: Boston Blue. HEX triplet: 43, 88 and AB. RGB value is (67,136,171). Sum of RGB (Red+Green+Blue) = 67+136+171=374 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.91% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #4388AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4388AB is #BC7754. Grayscale: #777777. Windows color (decimal): -12351317 or 11241539. OLE color: 11241539.
HSL color Cylindrical-coordinate representation of color #4388AB: hue angle of 200.19º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4388AB is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 136 | 171 | - |
| CMYK | 0.61 | 0.20 | 0 | 0.33 |
| HSL | 200.19º | 0.44% | 0.47% | - |
| HSV(B) | 200.19º | 0.61% | 0.67% | - |
| XYZ | 18.47 | 21.74 | 41.75 | - |
| YUV | 119.36 | 157.14 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 136 | 171 | 0.61 | 0.20 | 0 | 0.33 | 200.19 | 0.44 | 0.47 |
| Hex | 43 | 88 | AB | 3D | 14 | 0 | 21 | C8 | 2C | 2F |
| Octal | 103 | 210 | 253 | 75 | 24 | 0 | 41 | 310 | 54 | 57 |
| Binary | 1000011 | 10001000 | 10101011 | 111101 | 10100 | 0 | 100001 | 11001000 | 101100 | 101111 |
Color Harmonies of #4388AB
Complementary color
Monochromatic Colors of #4388AB
Black with #4388AB
Text Example
Text Example
White with #4388AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4388AB; }
p { color: rgb(67,136,171); }
H1.HeaderClassName
{
color: #4388AB;
}
.AnyTagClassName
{
color: #4388AB;
}
</style>
background-color css
<style>
a { background-color: #4388AB; }
a { background-color: rgb(67,136,171); }
div.DivClassName
{
background-color: #4388AB;
}
.BgClassName
{
background-color: #4388AB;
}
</style>
border-color css
<style>
span { border-color: #4388AB; }
span { border-color: rgb(67,136,171); }
td.TdClassName
{
border-color: #4388AB;
}
.TagClassName
{
border-color: #4388AB;
}
</style>