Shades of Boston Blue #45A3AE
Tints of Boston Blue #45A3AE
RGB
CMYK
RGB Variations
Color information
#45A3AE (or 0x45A3AE) is known color: Boston Blue. HEX triplet: 45, A3 and AE. RGB value is (69,163,174). Sum of RGB (Red+Green+Blue) = 69+163+174=406 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.00% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #45A3AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A3AE is #BA5C51. Grayscale: #888888. Windows color (decimal): -12213330 or 11445061. OLE color: 11445061.
HSL color Cylindrical-coordinate representation of color #45A3AE: hue angle of 186.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45A3AE is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 163 | 174 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.32 |
| HSL | 186.29º | 0.43% | 0.48% | - |
| HSV(B) | 186.29º | 0.6% | 0.68% | - |
| XYZ | 23.19 | 30.52 | 44.71 | - |
| YUV | 136.15 | 149.36 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 163 | 174 | 0.60 | 0.06 | 0 | 0.32 | 186.29 | 0.43 | 0.48 |
| Hex | 45 | A3 | AE | 3C | 6 | 0 | 20 | BA | 2B | 30 |
| Octal | 105 | 243 | 256 | 74 | 6 | 0 | 40 | 272 | 53 | 60 |
| Binary | 1000101 | 10100011 | 10101110 | 111100 | 110 | 0 | 100000 | 10111010 | 101011 | 110000 |
Color Harmonies of #45A3AE
Complementary color
Monochromatic Colors of #45A3AE
Black with #45A3AE
Text Example
Text Example
White with #45A3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A3AE; }
p { color: rgb(69,163,174); }
H1.HeaderClassName
{
color: #45A3AE;
}
.AnyTagClassName
{
color: #45A3AE;
}
</style>
background-color css
<style>
a { background-color: #45A3AE; }
a { background-color: rgb(69,163,174); }
div.DivClassName
{
background-color: #45A3AE;
}
.BgClassName
{
background-color: #45A3AE;
}
</style>
border-color css
<style>
span { border-color: #45A3AE; }
span { border-color: rgb(69,163,174); }
td.TdClassName
{
border-color: #45A3AE;
}
.TagClassName
{
border-color: #45A3AE;
}
</style>