Shades of Boston Blue #418BAA
Tints of Boston Blue #418BAA
RGB
CMYK
RGB Variations
Color information
#418BAA (or 0x418BAA) is known color: Boston Blue. HEX triplet: 41, 8B and AA. RGB value is (65,139,170). Sum of RGB (Red+Green+Blue) = 65+139+170=374 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.38% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #418BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418BAA is #BE7455. Grayscale: #787878. Windows color (decimal): -12481622 or 11176769. OLE color: 11176769.
HSL color Cylindrical-coordinate representation of color #418BAA: hue angle of 197.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #418BAA is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 139 | 170 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.33 |
| HSL | 197.71º | 0.45% | 0.46% | - |
| HSV(B) | 197.71º | 0.62% | 0.67% | - |
| XYZ | 18.67 | 22.49 | 41.39 | - |
| YUV | 120.41 | 155.98 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 139 | 170 | 0.62 | 0.18 | 0 | 0.33 | 197.71 | 0.45 | 0.46 |
| Hex | 41 | 8B | AA | 3E | 12 | 0 | 21 | C6 | 2D | 2E |
| Octal | 101 | 213 | 252 | 76 | 22 | 0 | 41 | 306 | 55 | 56 |
| Binary | 1000001 | 10001011 | 10101010 | 111110 | 10010 | 0 | 100001 | 11000110 | 101101 | 101110 |
Color Harmonies of #418BAA
Complementary color
Monochromatic Colors of #418BAA
Black with #418BAA
Text Example
Text Example
White with #418BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418BAA; }
p { color: rgb(65,139,170); }
H1.HeaderClassName
{
color: #418BAA;
}
.AnyTagClassName
{
color: #418BAA;
}
</style>
background-color css
<style>
a { background-color: #418BAA; }
a { background-color: rgb(65,139,170); }
div.DivClassName
{
background-color: #418BAA;
}
.BgClassName
{
background-color: #418BAA;
}
</style>
border-color css
<style>
span { border-color: #418BAA; }
span { border-color: rgb(65,139,170); }
td.TdClassName
{
border-color: #418BAA;
}
.TagClassName
{
border-color: #418BAA;
}
</style>