Html Css Color HEX #408AAE Boston Blue

📋 copy color: '#408AAE'

red 64 ◦ green 138 ◦ blue 174

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

Shades of Boston Blue #408AAE

Tints of Boston Blue #408AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.7%

 BLUE value IS 174 (68.36% from 255) = 46.28%

R = 17.02%
G = 36.7%
B = 46.28%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#408AAE (or 0x408AAE) is known color: Boston Blue. HEX triplet: 40, 8A and AE. RGB value is (64,138,174). Sum of RGB (Red+Green+Blue) = 64+138+174=376 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.02% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #408AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408AAE is #BF7551. Grayscale: #777777. Windows color (decimal): -12547410 or 11438656. OLE color: 11438656.

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

Color convert

RGB 64 138 174 -
CMYK 0.63 0.21 0 0.32
HSL 199.64º 0.46% 0.47% -
HSV(B) 199.64º 0.63% 0.68% -
XYZ 18.84 22.32 43.36 -
YUV 119.98 158.48 88.07 -
System Red Green Blue C M Y K H S L
Decimal 64 138 174 0.63 0.21 0 0.32 199.64 0.46 0.47
Hex 40 8A AE 3F 15 0 20 C8 2E 2F
Octal 100 212 256 77 25 0 40 310 56 57
Binary 1000000 10001010 10101110 111111 10101 0 100000 11001000 101110 101111

Color Harmonies of #408AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408AAE

Black with #408AAE

Text Example


Text Example

White with #408AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,138,174); }

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

background-color css

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

 a { background-color: rgb(64,138,174); }

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

border-color css

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

 span { border-color: rgb(64,138,174); }

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