#408DB5

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

Shades of Boston Blue #408DB5

Tints of Boston Blue #408DB5

Color information

#408DB5 (or 0x408DB5) is unknown color: approx Boston Blue. HEX triplet: 40, 8D and B5. RGB value is (64,141,181). Sum of RGB (Red+Green+Blue) = 64+141+181=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 181 (71.09% from 255 or 46.89% from 386); Max value from RGB is 181 - color contains mainly: blue. Hex color #408DB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408DB5 is #BF724A. Grayscale: #7A7A7A. Windows color (decimal): -12546635 or 11898176. OLE color: 11898176.

HSL color Cylindrical-coordinate representation of color #408DB5: hue angle of 200.51º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #408DB5 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB64141181-
CMYK0.650.2200.29
HSL200.51º47.76%48.04%-
HSV(B)200.51º64.64%70.98%-
XYZ19.9823.4847.19-
YUV122.54160.9986.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.58%
GREEN value IS 141 (55.47% from 255) = 36.53%
BLUE value IS 181 (71.09% from 255) = 46.89%
R=16.58%
G=36.53%
B=46.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal641411810.650.2200.29200.5147.7648.04
Hex408DB5411601Dc93030
Octal100215265101260353116060
Binary1000000100011011011010110000011011001110111001001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,141,181); }

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

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

 a { background-color: rgb(64,141,181); }

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

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

 span { border-color: rgb(64,141,181); }

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