Html Css Color HEX #408DA8 Boston Blue

📋 copy color: '#408DA8'

red 64 ◦ green 141 ◦ blue 168

#408DA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #408DA8

Tints of Boston Blue #408DA8

RGB

 RED value IS 64 (25.39% from 255) = 17.16%

 GREEN value IS 141 (55.47% from 255) = 37.8%

 BLUE value IS 168 (66.02% from 255) = 45.04%

R = 17.16%
G = 37.8%
B = 45.04%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#408DA8 (or 0x408DA8) is known color: Boston Blue. HEX triplet: 40, 8D and A8. RGB value is (64,141,168). Sum of RGB (Red+Green+Blue) = 64+141+168=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 168 (66.02% from 255 or 45.04% from 373); Max value from RGB is 168 - color contains mainly: blue. Hex color #408DA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408DA8 is #BF7257. Grayscale: #787878. Windows color (decimal): -12546648 or 11046208. OLE color: 11046208.

HSL color Cylindrical-coordinate representation of color #408DA8: hue angle of 195.58º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #408DA8 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 64 141 168 -
CMYK 0.62 0.16 0 0.34
HSL 195.58º 0.45% 0.45% -
HSV(B) 195.58º 0.62% 0.66% -
XYZ 18.71 22.97 40.49 -
YUV 121.06 154.49 87.3 -
System Red Green Blue C M Y K H S L
Decimal 64 141 168 0.62 0.16 0 0.34 195.58 0.45 0.45
Hex 40 8D A8 3E 10 0 22 C4 2D 2D
Octal 100 215 250 76 20 0 42 304 55 55
Binary 1000000 10001101 10101000 111110 10000 0 100010 11000100 101101 101101

Color Harmonies of #408DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408DA8

Black with #408DA8

Text Example


Text Example

White with #408DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #408DA8;
 }
 .AnyTagClassName
 {
   color: #408DA8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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