Html Css Color HEX #408BA0 Hippie Blue

📋 copy color: '#408BA0'

red 64 ◦ green 139 ◦ blue 160

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

Shades of Hippie Blue #408BA0

Tints of Hippie Blue #408BA0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.29%

 BLUE value IS 160 (62.89% from 255) = 44.08%

R = 17.63%
G = 38.29%
B = 44.08%

CMYK

 C value IS 0.6

 M value IS 0.13

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#408BA0 (or 0x408BA0) is known color: Hippie Blue. HEX triplet: 40, 8B and A0. RGB value is (64,139,160). Sum of RGB (Red+Green+Blue) = 64+139+160=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 160 - color contains mainly: blue. Hex color #408BA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408BA0 is #BF745F. Grayscale: #767676. Windows color (decimal): -12547168 or 10521408. OLE color: 10521408.

HSL color Cylindrical-coordinate representation of color #408BA0: hue angle of 193.12º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #408BA0 is Cyan = 0.6, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 64 139 160 -
CMYK 0.6 0.13 0 0.37
HSL 193.13º 0.43% 0.44% -
HSV(B) 193.13º 0.6% 0.63% -
XYZ 17.69 22.09 36.59 -
YUV 118.97 151.15 88.79 -
System Red Green Blue C M Y K H S L
Decimal 64 139 160 0.6 0.13 0 0.37 193.13 0.43 0.44
Hex 40 8B A0 3C D 0 25 C1 2B 2C
Octal 100 213 240 74 15 0 45 301 53 54
Binary 1000000 10001011 10100000 111100 1101 0 100101 11000001 101011 101100

Color Harmonies of #408BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408BA0

Black with #408BA0

Text Example


Text Example

White with #408BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,139,160); }

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

background-color css

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

 a { background-color: rgb(64,139,160); }

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

border-color css

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

 span { border-color: rgb(64,139,160); }

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