#408FAD

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

Shades of Boston Blue #408FAD

Tints of Boston Blue #408FAD

Color information

#408FAD (or 0x408FAD) is unknown color: approx Boston Blue. HEX triplet: 40, 8F and AD. RGB value is (64,143,173). Sum of RGB (Red+Green+Blue) = 64+143+173=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #408FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408FAD is #BF7052. Grayscale: #7A7A7A. Windows color (decimal): -12546131 or 11374400. OLE color: 11374400.

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

Color convert

RGB64143173-
CMYK0.630.1700.32
HSL196.51º45.99%46.47%-
HSV(B)196.51º63.01%67.84%-
XYZ19.4823.7543.09-
YUV122.8156.3386.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.84%
GREEN value IS 143 (56.25% from 255) = 37.63%
BLUE value IS 173 (67.97% from 255) = 45.53%
R=16.84%
G=37.63%
B=45.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal641431730.630.1700.32196.5145.9946.47
Hex408FAD3F11020c52e2e
Octal10021725577210403055656
Binary1000000100011111010110111111110001010000011000101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,143,173); }

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

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

 a { background-color: rgb(64,143,173); }

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

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

 span { border-color: rgb(64,143,173); }

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