Html Css Color HEX #408BAC Boston Blue

📋 copy color: '#408BAC'

red 64 ◦ green 139 ◦ blue 172

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

Shades of Boston Blue #408BAC

Tints of Boston Blue #408BAC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.07%

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

R = 17.07%
G = 37.07%
B = 45.87%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#408BAC (or 0x408BAC) is known color: Boston Blue. HEX triplet: 40, 8B and AC. RGB value is (64,139,172). Sum of RGB (Red+Green+Blue) = 64+139+172=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #408BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408BAC is #BF7453. Grayscale: #787878. Windows color (decimal): -12547156 or 11307840. OLE color: 11307840.

HSL color Cylindrical-coordinate representation of color #408BAC: hue angle of 198.33º 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 #408BAC is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 139 172 -
CMYK 0.63 0.19 0 0.33
HSL 198.33º 0.46% 0.46% -
HSV(B) 198.33º 0.63% 0.67% -
XYZ 18.79 22.53 42.39 -
YUV 120.34 157.15 87.82 -
System Red Green Blue C M Y K H S L
Decimal 64 139 172 0.63 0.19 0 0.33 198.33 0.46 0.46
Hex 40 8B AC 3F 13 0 21 C6 2E 2E
Octal 100 213 254 77 23 0 41 306 56 56
Binary 1000000 10001011 10101100 111111 10011 0 100001 11000110 101110 101110

Color Harmonies of #408BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408BAC

Black with #408BAC

Text Example


Text Example

White with #408BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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