Html Css Color HEX #408CA8 Boston Blue

📋 copy color: '#408CA8'

red 64 ◦ green 140 ◦ blue 168

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

Shades of Boston Blue #408CA8

Tints of Boston Blue #408CA8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.63%

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

R = 17.2%
G = 37.63%
B = 45.16%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#408CA8 (or 0x408CA8) is known color: Boston Blue. HEX triplet: 40, 8C and A8. RGB value is (64,140,168). Sum of RGB (Red+Green+Blue) = 64+140+168=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 168 (66.02% from 255 or 45.16% from 372); Max value from RGB is 168 - color contains mainly: blue. Hex color #408CA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408CA8 is #BF7357. Grayscale: #787878. Windows color (decimal): -12546904 or 11045952. OLE color: 11045952.

HSL color Cylindrical-coordinate representation of color #408CA8: hue angle of 196.15º 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 #408CA8 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 64 140 168 -
CMYK 0.62 0.17 0 0.34
HSL 196.15º 0.45% 0.45% -
HSV(B) 196.15º 0.62% 0.66% -
XYZ 18.56 22.67 40.44 -
YUV 120.47 154.82 87.72 -
System Red Green Blue C M Y K H S L
Decimal 64 140 168 0.62 0.17 0 0.34 196.15 0.45 0.45
Hex 40 8C A8 3E 11 0 22 C4 2D 2D
Octal 100 214 250 76 21 0 42 304 55 55
Binary 1000000 10001100 10101000 111110 10001 0 100010 11000100 101101 101101

Color Harmonies of #408CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408CA8

Black with #408CA8

Text Example


Text Example

White with #408CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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