Html Css Color HEX #408FAE Boston Blue

📋 copy color: '#408FAE'

red 64 ◦ green 143 ◦ blue 174

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

Shades of Boston Blue #408FAE

Tints of Boston Blue #408FAE

RGB

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

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

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

R = 16.8%
G = 37.53%
B = 45.67%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#408FAE (or 0x408FAE) is known color: Boston Blue. HEX triplet: 40, 8F and AE. RGB value is (64,143,174). Sum of RGB (Red+Green+Blue) = 64+143+174=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #408FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408FAE is #BF7051. Grayscale: #7A7A7A. Windows color (decimal): -12546130 or 11439936. OLE color: 11439936.

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

Color convert

RGB 64 143 174 -
CMYK 0.63 0.18 0 0.32
HSL 196.91º 0.46% 0.47% -
HSV(B) 196.91º 0.63% 0.68% -
XYZ 19.58 23.79 43.6 -
YUV 122.91 156.83 85.98 -
System Red Green Blue C M Y K H S L
Decimal 64 143 174 0.63 0.18 0 0.32 196.91 0.46 0.47
Hex 40 8F AE 3F 12 0 20 C5 2E 2F
Octal 100 217 256 77 22 0 40 305 56 57
Binary 1000000 10001111 10101110 111111 10010 0 100000 11000101 101110 101111

Color Harmonies of #408FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408FAE

Black with #408FAE

Text Example


Text Example

White with #408FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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