Shades of Boston Blue #438DB0
Tints of Boston Blue #438DB0
RGB
CMYK
RGB Variations
Color information
#438DB0 (or 0x438DB0) is known color: Boston Blue. HEX triplet: 43, 8D and B0. RGB value is (67,141,176). Sum of RGB (Red+Green+Blue) = 67+141+176=384 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.45% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 176 (69.14% from 255 or 45.83% from 384); Max value from RGB is 176 - color contains mainly: blue. Hex color #438DB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438DB0 is #BC724F. Grayscale: #7A7A7A. Windows color (decimal): -12350032 or 11570499. OLE color: 11570499.
HSL color Cylindrical-coordinate representation of color #438DB0: hue angle of 199.27º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #438DB0 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 141 | 176 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.31 |
| HSL | 199.27º | 0.45% | 0.48% | - |
| HSV(B) | 199.27º | 0.62% | 0.69% | - |
| XYZ | 19.68 | 23.38 | 44.55 | - |
| YUV | 122.86 | 157.98 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 141 | 176 | 0.62 | 0.20 | 0 | 0.31 | 199.27 | 0.45 | 0.48 |
| Hex | 43 | 8D | B0 | 3E | 14 | 0 | 1F | C7 | 2D | 30 |
| Octal | 103 | 215 | 260 | 76 | 24 | 0 | 37 | 307 | 55 | 60 |
| Binary | 1000011 | 10001101 | 10110000 | 111110 | 10100 | 0 | 11111 | 11000111 | 101101 | 110000 |
Color Harmonies of #438DB0
Complementary color
Monochromatic Colors of #438DB0
Black with #438DB0
Text Example
Text Example
White with #438DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438DB0; }
p { color: rgb(67,141,176); }
H1.HeaderClassName
{
color: #438DB0;
}
.AnyTagClassName
{
color: #438DB0;
}
</style>
background-color css
<style>
a { background-color: #438DB0; }
a { background-color: rgb(67,141,176); }
div.DivClassName
{
background-color: #438DB0;
}
.BgClassName
{
background-color: #438DB0;
}
</style>
border-color css
<style>
span { border-color: #438DB0; }
span { border-color: rgb(67,141,176); }
td.TdClassName
{
border-color: #438DB0;
}
.TagClassName
{
border-color: #438DB0;
}
</style>