Html Css Color HEX #408EAF Boston Blue

📋 copy color: '#408EAF'

red 64 ◦ green 142 ◦ blue 175

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

Shades of Boston Blue #408EAF

Tints of Boston Blue #408EAF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.27%

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

R = 16.8%
G = 37.27%
B = 45.93%

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

#408EAF (or 0x408EAF) is known color: Boston Blue. HEX triplet: 40, 8E and AF. RGB value is (64,142,175). Sum of RGB (Red+Green+Blue) = 64+142+175=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #408EAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408EAF is #BF7150. Grayscale: #7A7A7A. Windows color (decimal): -12546385 or 11505216. OLE color: 11505216.

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

Color convert

RGB 64 142 175 -
CMYK 0.63 0.19 0 0.31
HSL 197.84º 0.46% 0.47% -
HSV(B) 197.84º 0.63% 0.69% -
XYZ 19.53 23.53 44.07 -
YUV 122.44 157.66 86.32 -
System Red Green Blue C M Y K H S L
Decimal 64 142 175 0.63 0.19 0 0.31 197.84 0.46 0.47
Hex 40 8E AF 3F 13 0 1F C6 2E 2F
Octal 100 216 257 77 23 0 37 306 56 57
Binary 1000000 10001110 10101111 111111 10011 0 11111 11000110 101110 101111

Color Harmonies of #408EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408EAF

Black with #408EAF

Text Example


Text Example

White with #408EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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