Html Css Color HEX #408FA7 Boston Blue

📋 copy color: '#408FA7'

red 64 ◦ green 143 ◦ blue 167

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

Shades of Boston Blue #408FA7

Tints of Boston Blue #408FA7

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.24%

 BLUE value IS 167 (65.63% from 255) = 44.65%

R = 17.11%
G = 38.24%
B = 44.65%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#408FA7 (or 0x408FA7) is known color: Boston Blue. HEX triplet: 40, 8F and A7. RGB value is (64,143,167). Sum of RGB (Red+Green+Blue) = 64+143+167=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 167 (65.62% from 255 or 44.65% from 374); Max value from RGB is 167 - color contains mainly: blue. Hex color #408FA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408FA7 is #BF7058. Grayscale: #797979. Windows color (decimal): -12546137 or 10981184. OLE color: 10981184.

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

Color convert

RGB 64 143 167 -
CMYK 0.62 0.14 0 0.35
HSL 193.98º 0.45% 0.45% -
HSV(B) 193.98º 0.62% 0.65% -
XYZ 18.91 23.52 40.1 -
YUV 122.12 153.33 86.55 -
System Red Green Blue C M Y K H S L
Decimal 64 143 167 0.62 0.14 0 0.35 193.98 0.45 0.45
Hex 40 8F A7 3E E 0 23 C2 2D 2D
Octal 100 217 247 76 16 0 43 302 55 55
Binary 1000000 10001111 10100111 111110 1110 0 100011 11000010 101101 101101

Color Harmonies of #408FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408FA7

Black with #408FA7

Text Example


Text Example

White with #408FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,143,167); }

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

background-color css

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

 a { background-color: rgb(64,143,167); }

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

border-color css

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

 span { border-color: rgb(64,143,167); }

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