#408EAF

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

Shades of Boston Blue #408EAF

Tints of Boston Blue #408EAF

Color information

#408EAF (or 0x408EAF) is unknown color: approx Boston Blue. HEX triplet: 40, 8E and AF. RGB value is (64,142,175). Sum of RGB (Red+Green+Blue) = 64+142+175=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #408EAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408EAF is #BF7150. Grayscale: #7A7A7A. Windows color (decimal): -12546385 or 11505216. OLE color: 11505216.

HSL color Cylindrical-coordinate representation of color #408EAF: hue angle of 197.84º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #408EAF is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB64142175-
CMYK0.630.1900.31
HSL197.84º46.44%46.86%-
HSV(B)197.84º63.43%68.63%-
XYZ19.5323.5344.07-
YUV122.44157.6686.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.80%
GREEN value IS 142 (55.86% from 255) = 37.27%
BLUE value IS 175 (68.75% from 255) = 45.93%
R=16.80%
G=37.27%
B=45.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal641421750.630.1900.31197.8446.4446.86
Hex408EAF3F1301Fc62e2f
Octal10021625777230373065657
Binary100000010001110101011111111111001101111111000110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,142,175); }

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

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

 a { background-color: rgb(64,142,175); }

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

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

 span { border-color: rgb(64,142,175); }

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