Html Css Color HEX #408DAF Boston Blue

📋 copy color: '#408DAF'

red 64 ◦ green 141 ◦ blue 175

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

Shades of Boston Blue #408DAF

Tints of Boston Blue #408DAF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.11%

 BLUE value IS 175 (68.75% from 255) = 46.05%

R = 16.84%
G = 37.11%
B = 46.05%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#408DAF (or 0x408DAF) is known color: Boston Blue. HEX triplet: 40, 8D and AF. RGB value is (64,141,175). Sum of RGB (Red+Green+Blue) = 64+141+175=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #408DAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408DAF is #BF7250. Grayscale: #797979. Windows color (decimal): -12546641 or 11504960. OLE color: 11504960.

HSL color Cylindrical-coordinate representation of color #408DAF: hue angle of 198.38º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #408DAF is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 141 175 -
CMYK 0.63 0.19 0 0.31
HSL 198.38º 0.46% 0.47% -
HSV(B) 198.38º 0.63% 0.69% -
XYZ 19.38 23.23 44.02 -
YUV 121.85 157.99 86.74 -
System Red Green Blue C M Y K H S L
Decimal 64 141 175 0.63 0.19 0 0.31 198.38 0.46 0.47
Hex 40 8D AF 3F 13 0 1F C6 2E 2F
Octal 100 215 257 77 23 0 37 306 56 57
Binary 1000000 10001101 10101111 111111 10011 0 11111 11000110 101110 101111

Color Harmonies of #408DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408DAF

Black with #408DAF

Text Example


Text Example

White with #408DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,141,175); }

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

background-color css

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

 a { background-color: rgb(64,141,175); }

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

border-color css

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

 span { border-color: rgb(64,141,175); }

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