Html Css Color HEX #408AAC Boston Blue

📋 copy color: '#408AAC'

red 64 ◦ green 138 ◦ blue 172

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

Shades of Boston Blue #408AAC

Tints of Boston Blue #408AAC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.9%

 BLUE value IS 172 (67.58% from 255) = 45.99%

R = 17.11%
G = 36.9%
B = 45.99%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#408AAC (or 0x408AAC) is known color: Boston Blue. HEX triplet: 40, 8A and AC. RGB value is (64,138,172). Sum of RGB (Red+Green+Blue) = 64+138+172=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #408AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408AAC is #BF7553. Grayscale: #777777. Windows color (decimal): -12547412 or 11307584. OLE color: 11307584.

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

Color convert

RGB 64 138 172 -
CMYK 0.63 0.20 0 0.33
HSL 198.89º 0.46% 0.46% -
HSV(B) 198.89º 0.63% 0.67% -
XYZ 18.65 22.25 42.34 -
YUV 119.75 157.48 88.24 -
System Red Green Blue C M Y K H S L
Decimal 64 138 172 0.63 0.20 0 0.33 198.89 0.46 0.46
Hex 40 8A AC 3F 14 0 21 C7 2E 2E
Octal 100 212 254 77 24 0 41 307 56 56
Binary 1000000 10001010 10101100 111111 10100 0 100001 11000111 101110 101110

Color Harmonies of #408AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408AAC

Black with #408AAC

Text Example


Text Example

White with #408AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,138,172); }

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

background-color css

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

 a { background-color: rgb(64,138,172); }

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

border-color css

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

 span { border-color: rgb(64,138,172); }

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