Shades of Boston Blue #438DB2
Tints of Boston Blue #438DB2
RGB
CMYK
RGB Variations
Color information
#438DB2 (or 0x438DB2) is known color: Boston Blue. HEX triplet: 43, 8D and B2. RGB value is (67,141,178). Sum of RGB (Red+Green+Blue) = 67+141+178=386 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.36% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 178 - color contains mainly: blue. Hex color #438DB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438DB2 is #BC724D. Grayscale: #7A7A7A. Windows color (decimal): -12350030 or 11701571. OLE color: 11701571.
HSL color Cylindrical-coordinate representation of color #438DB2: hue angle of 200º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #438DB2 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 67 | 141 | 178 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.30 |
| HSL | 200º | 0.45% | 0.48% | - |
| HSV(B) | 200º | 0.62% | 0.7% | - |
| XYZ | 19.88 | 23.46 | 45.6 | - |
| YUV | 123.09 | 158.98 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 141 | 178 | 0.62 | 0.21 | 0 | 0.30 | 200 | 0.45 | 0.48 |
| Hex | 43 | 8D | B2 | 3E | 15 | 0 | 1E | C8 | 2D | 30 |
| Octal | 103 | 215 | 262 | 76 | 25 | 0 | 36 | 310 | 55 | 60 |
| Binary | 1000011 | 10001101 | 10110010 | 111110 | 10101 | 0 | 11110 | 11001000 | 101101 | 110000 |
Color Harmonies of #438DB2
Complementary color
Monochromatic Colors of #438DB2
Black with #438DB2
Text Example
Text Example
White with #438DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438DB2; }
p { color: rgb(67,141,178); }
H1.HeaderClassName
{
color: #438DB2;
}
.AnyTagClassName
{
color: #438DB2;
}
</style>
background-color css
<style>
a { background-color: #438DB2; }
a { background-color: rgb(67,141,178); }
div.DivClassName
{
background-color: #438DB2;
}
.BgClassName
{
background-color: #438DB2;
}
</style>
border-color css
<style>
span { border-color: #438DB2; }
span { border-color: rgb(67,141,178); }
td.TdClassName
{
border-color: #438DB2;
}
.TagClassName
{
border-color: #438DB2;
}
</style>