#408391

Color #408391 Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #408391

Tints of Hippie Blue #408391

Color information

#408391 (or 0x408391) is unknown color: approx 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

RGB64131145-
CMYK0.560.1000.43
HSL190.37º38.76%40.98%-
HSV(B)190.37º55.86%56.86%-
XYZ15.3419.3729.72-
YUV112.56146.393.36-

RGB Variations

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

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 (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal641311450.560.1000.43190.3738.7640.98
Hex40839138A02Bbe2729
Octal10020322170120532764751
Binary100000010000011100100011110001010010101110111110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>