Shades of Boston Blue #438CAC
Tints of Boston Blue #438CAC
RGB
CMYK
RGB Variations
Color information
#438CAC (or 0x438CAC) is known color: Boston Blue. HEX triplet: 43, 8C and AC. RGB value is (67,140,172). Sum of RGB (Red+Green+Blue) = 67+140+172=379 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.68% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #438CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438CAC is #BC7353. Grayscale: #797979. Windows color (decimal): -12350292 or 11308099. OLE color: 11308099.
HSL color Cylindrical-coordinate representation of color #438CAC: hue angle of 198.29º 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 #438CAC is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 140 | 172 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.33 |
| HSL | 198.29º | 0.44% | 0.47% | - |
| HSV(B) | 198.29º | 0.61% | 0.67% | - |
| XYZ | 19.14 | 22.93 | 42.45 | - |
| YUV | 121.82 | 156.32 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 140 | 172 | 0.61 | 0.19 | 0 | 0.33 | 198.29 | 0.44 | 0.47 |
| Hex | 43 | 8C | AC | 3D | 13 | 0 | 21 | C6 | 2C | 2F |
| Octal | 103 | 214 | 254 | 75 | 23 | 0 | 41 | 306 | 54 | 57 |
| Binary | 1000011 | 10001100 | 10101100 | 111101 | 10011 | 0 | 100001 | 11000110 | 101100 | 101111 |
Color Harmonies of #438CAC
Complementary color
Monochromatic Colors of #438CAC
Black with #438CAC
Text Example
Text Example
White with #438CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438CAC; }
p { color: rgb(67,140,172); }
H1.HeaderClassName
{
color: #438CAC;
}
.AnyTagClassName
{
color: #438CAC;
}
</style>
background-color css
<style>
a { background-color: #438CAC; }
a { background-color: rgb(67,140,172); }
div.DivClassName
{
background-color: #438CAC;
}
.BgClassName
{
background-color: #438CAC;
}
</style>
border-color css
<style>
span { border-color: #438CAC; }
span { border-color: rgb(67,140,172); }
td.TdClassName
{
border-color: #438CAC;
}
.TagClassName
{
border-color: #438CAC;
}
</style>