#408BAA

Color #408BAA Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #408BAA

Tints of Boston Blue #408BAA

Color information

#408BAA (or 0x408BAA) is unknown color: approx Boston Blue. HEX triplet: 40, 8B and AA. RGB value is (64,139,170). Sum of RGB (Red+Green+Blue) = 64+139+170=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #408BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408BAA is #BF7455. Grayscale: #777777. Windows color (decimal): -12547158 or 11176768. OLE color: 11176768.

HSL color Cylindrical-coordinate representation of color #408BAA: hue angle of 197.55º 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 #408BAA is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB64139170-
CMYK0.620.1800.33
HSL197.55º45.3%45.88%-
HSV(B)197.55º62.35%66.67%-
XYZ18.622.4641.38-
YUV120.11156.1587.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 17.16%
GREEN value IS 139 (54.69% from 255) = 37.27%
BLUE value IS 170 (66.80% from 255) = 45.58%
R=17.16%
G=37.27%
B=45.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641391700.620.1800.33197.5545.345.88
Hex408BAA3E12021c62d2e
Octal10021325276220413065556
Binary1000000100010111010101011111010010010000111000110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408BAA; }

 p { color: rgb(64,139,170); }

 H1.HeaderClassName
 {
   color: #408BAA;
 }
 .AnyTagClassName
 {
   color: #408BAA;
 }
</style>
background-color css

<style>
 a { background-color: #408BAA; }

 a { background-color: rgb(64,139,170); }

 div.DivClassName
 {
   background-color: #408BAA;
 }
 .BgClassName
 {
   background-color: #408BAA;
 }
</style>
border-color css

<style>
 span { border-color: #408BAA; }

 span { border-color: rgb(64,139,170); }

 td.TdClassName
 {
   border-color: #408BAA;
 }
 .TagClassName
 {
   border-color: #408BAA;
 }
</style>