#408AAC

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

Shades of Boston Blue #408AAC

Tints of Boston Blue #408AAC

Color information

#408AAC (or 0x408AAC) is unknown color: approx Boston Blue. HEX triplet: 40, 8A and AC. RGB value is (64,138,172). Sum of RGB (Red+Green+Blue) = 64+138+172=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #408AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408AAC is #BF7553. Grayscale: #777777. Windows color (decimal): -12547412 or 11307584. OLE color: 11307584.

HSL color Cylindrical-coordinate representation of color #408AAC: hue angle of 198.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #408AAC is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB64138172-
CMYK0.630.2000.33
HSL198.89º45.76%46.27%-
HSV(B)198.89º62.79%67.45%-
XYZ18.6522.2542.34-
YUV119.75157.4888.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.11%
GREEN value IS 138 (54.30% from 255) = 36.90%
BLUE value IS 172 (67.58% from 255) = 45.99%
R=17.11%
G=36.90%
B=45.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641381720.630.2000.33198.8945.7646.27
Hex408AAC3F14021c72e2e
Octal10021225477240413075656
Binary1000000100010101010110011111110100010000111000111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,138,172); }

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

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

 a { background-color: rgb(64,138,172); }

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

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

 span { border-color: rgb(64,138,172); }

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