Shades of Boston Blue #438CAA
Tints of Boston Blue #438CAA
RGB
CMYK
RGB Variations
Color information
#438CAA (or 0x438CAA) is known color: Boston Blue. HEX triplet: 43, 8C and AA. RGB value is (67,140,170). Sum of RGB (Red+Green+Blue) = 67+140+170=377 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.77% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #438CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438CAA is #BC7355. Grayscale: #797979. Windows color (decimal): -12350294 or 11177027. OLE color: 11177027.
HSL color Cylindrical-coordinate representation of color #438CAA: hue angle of 197.48º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #438CAA is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 140 | 170 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.33 |
| HSL | 197.48º | 0.43% | 0.46% | - |
| HSV(B) | 197.48º | 0.61% | 0.67% | - |
| XYZ | 18.95 | 22.85 | 41.44 | - |
| YUV | 121.59 | 155.32 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 140 | 170 | 0.61 | 0.18 | 0 | 0.33 | 197.48 | 0.43 | 0.46 |
| Hex | 43 | 8C | AA | 3D | 12 | 0 | 21 | C5 | 2B | 2E |
| Octal | 103 | 214 | 252 | 75 | 22 | 0 | 41 | 305 | 53 | 56 |
| Binary | 1000011 | 10001100 | 10101010 | 111101 | 10010 | 0 | 100001 | 11000101 | 101011 | 101110 |
Color Harmonies of #438CAA
Complementary color
Monochromatic Colors of #438CAA
Black with #438CAA
Text Example
Text Example
White with #438CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438CAA; }
p { color: rgb(67,140,170); }
H1.HeaderClassName
{
color: #438CAA;
}
.AnyTagClassName
{
color: #438CAA;
}
</style>
background-color css
<style>
a { background-color: #438CAA; }
a { background-color: rgb(67,140,170); }
div.DivClassName
{
background-color: #438CAA;
}
.BgClassName
{
background-color: #438CAA;
}
</style>
border-color css
<style>
span { border-color: #438CAA; }
span { border-color: rgb(67,140,170); }
td.TdClassName
{
border-color: #438CAA;
}
.TagClassName
{
border-color: #438CAA;
}
</style>