Html Css Color HEX #408CAA Boston Blue

📋 copy color: '#408CAA'

red 64 ◦ green 140 ◦ blue 170

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

Shades of Boston Blue #408CAA

Tints of Boston Blue #408CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.45%

R = 17.11%
G = 37.43%
B = 45.45%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#408CAA (or 0x408CAA) is known color: Boston Blue. HEX triplet: 40, 8C and AA. RGB value is (64,140,170). Sum of RGB (Red+Green+Blue) = 64+140+170=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #408CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408CAA is #BF7355. Grayscale: #787878. Windows color (decimal): -12546902 or 11177024. OLE color: 11177024.

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

Color convert

RGB 64 140 170 -
CMYK 0.62 0.18 0 0.33
HSL 196.98º 0.45% 0.46% -
HSV(B) 196.98º 0.62% 0.67% -
XYZ 18.75 22.75 41.43 -
YUV 120.7 155.82 87.56 -
System Red Green Blue C M Y K H S L
Decimal 64 140 170 0.62 0.18 0 0.33 196.98 0.45 0.46
Hex 40 8C AA 3E 12 0 21 C5 2D 2E
Octal 100 214 252 76 22 0 41 305 55 56
Binary 1000000 10001100 10101010 111110 10010 0 100001 11000101 101101 101110

Color Harmonies of #408CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408CAA

Black with #408CAA

Text Example


Text Example

White with #408CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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