Html Css Color HEX #408BA5 Boston Blue

📋 copy color: '#408BA5'

red 64 ◦ green 139 ◦ blue 165

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

Shades of Boston Blue #408BA5

Tints of Boston Blue #408BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.84%

R = 17.39%
G = 37.77%
B = 44.84%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#408BA5 (or 0x408BA5) is known color: Boston Blue. HEX triplet: 40, 8B and A5. RGB value is (64,139,165). Sum of RGB (Red+Green+Blue) = 64+139+165=368 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.39% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 165 (64.84% from 255 or 44.84% from 368); Max value from RGB is 165 - color contains mainly: blue. Hex color #408BA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408BA5 is #BF745A. Grayscale: #777777. Windows color (decimal): -12547163 or 10849088. OLE color: 10849088.

HSL color Cylindrical-coordinate representation of color #408BA5: hue angle of 195.45º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #408BA5 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 139 165 -
CMYK 0.61 0.16 0 0.35
HSL 195.45º 0.44% 0.45% -
HSV(B) 195.45º 0.61% 0.65% -
XYZ 18.14 22.27 38.94 -
YUV 119.54 153.65 88.39 -
System Red Green Blue C M Y K H S L
Decimal 64 139 165 0.61 0.16 0 0.35 195.45 0.44 0.45
Hex 40 8B A5 3D 10 0 23 C3 2C 2D
Octal 100 213 245 75 20 0 43 303 54 55
Binary 1000000 10001011 10100101 111101 10000 0 100011 11000011 101100 101101

Color Harmonies of #408BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408BA5

Black with #408BA5

Text Example


Text Example

White with #408BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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