Html Css Color HEX #408391 Hippie Blue

📋 copy color: '#408391'

red 64 ◦ green 131 ◦ blue 145

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

Shades of Hippie Blue #408391

Tints of Hippie Blue #408391

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.53%

 BLUE value IS 145 (57.03% from 255) = 42.65%

R = 18.82%
G = 38.53%
B = 42.65%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#408391 (or 0x408391) is known color: Hippie Blue. HEX triplet: 40, 83 and 91. RGB value is (64,131,145). Sum of RGB (Red+Green+Blue) = 64+131+145=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 145 - color contains mainly: blue. Hex color #408391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408391 is #BF7C6E. Grayscale: #707070. Windows color (decimal): -12549231 or 9536320. OLE color: 9536320.

HSL color Cylindrical-coordinate representation of color #408391: hue angle of 190.37º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #408391 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 131 145 -
CMYK 0.56 0.10 0 0.43
HSL 190.37º 0.39% 0.41% -
HSV(B) 190.37º 0.56% 0.57% -
XYZ 15.34 19.37 29.72 -
YUV 112.56 146.3 93.36 -
System Red Green Blue C M Y K H S L
Decimal 64 131 145 0.56 0.10 0 0.43 190.37 0.39 0.41
Hex 40 83 91 38 A 0 2B BE 27 29
Octal 100 203 221 70 12 0 53 276 47 51
Binary 1000000 10000011 10010001 111000 1010 0 101011 10111110 100111 101001

Color Harmonies of #408391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408391

Black with #408391

Text Example


Text Example

White with #408391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408391; }

 p { color: rgb(64,131,145); }

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

background-color css

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

 a { background-color: rgb(64,131,145); }

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

border-color css

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

 span { border-color: rgb(64,131,145); }

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