Shades of Boston Blue #4385AA
Tints of Boston Blue #4385AA
RGB
CMYK
RGB Variations
Color information
#4385AA (or 0x4385AA) is known color: Boston Blue. HEX triplet: 43, 85 and AA. RGB value is (67,133,170). Sum of RGB (Red+Green+Blue) = 67+133+170=370 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.11% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #4385AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4385AA is #BC7A55. Grayscale: #757575. Windows color (decimal): -12352086 or 11175235. OLE color: 11175235.
HSL color Cylindrical-coordinate representation of color #4385AA: hue angle of 201.55º 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 #4385AA is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 133 | 170 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.33 |
| HSL | 201.55º | 0.43% | 0.46% | - |
| HSV(B) | 201.55º | 0.61% | 0.67% | - |
| XYZ | 17.96 | 20.87 | 41.11 | - |
| YUV | 117.48 | 157.63 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 133 | 170 | 0.61 | 0.22 | 0 | 0.33 | 201.55 | 0.43 | 0.46 |
| Hex | 43 | 85 | AA | 3D | 16 | 0 | 21 | CA | 2B | 2E |
| Octal | 103 | 205 | 252 | 75 | 26 | 0 | 41 | 312 | 53 | 56 |
| Binary | 1000011 | 10000101 | 10101010 | 111101 | 10110 | 0 | 100001 | 11001010 | 101011 | 101110 |
Color Harmonies of #4385AA
Complementary color
Monochromatic Colors of #4385AA
Black with #4385AA
Text Example
Text Example
White with #4385AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4385AA; }
p { color: rgb(67,133,170); }
H1.HeaderClassName
{
color: #4385AA;
}
.AnyTagClassName
{
color: #4385AA;
}
</style>
background-color css
<style>
a { background-color: #4385AA; }
a { background-color: rgb(67,133,170); }
div.DivClassName
{
background-color: #4385AA;
}
.BgClassName
{
background-color: #4385AA;
}
</style>
border-color css
<style>
span { border-color: #4385AA; }
span { border-color: rgb(67,133,170); }
td.TdClassName
{
border-color: #4385AA;
}
.TagClassName
{
border-color: #4385AA;
}
</style>