#408397

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

Shades of Hippie Blue #408397

Tints of Hippie Blue #408397

Color information

#408397 (or 0x408397) is unknown color: approx Hippie Blue. HEX triplet: 40, 83 and 97. RGB value is (64,131,151). Sum of RGB (Red+Green+Blue) = 64+131+151=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 151 - color contains mainly: blue. Hex color #408397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408397 is #BF7C68. Grayscale: #717171. Windows color (decimal): -12549225 or 9929536. OLE color: 9929536.

HSL color Cylindrical-coordinate representation of color #408397: hue angle of 193.79º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #408397 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB64131151-
CMYK0.580.1300.41
HSL193.79º40.47%42.16%-
HSV(B)193.79º57.62%59.22%-
XYZ15.8219.5632.22-
YUV113.25149.392.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.50%
GREEN value IS 131 (51.56% from 255) = 37.86%
BLUE value IS 151 (59.38% from 255) = 43.64%
R=18.50%
G=37.86%
B=43.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal641311510.580.1300.41193.7940.4742.16
Hex4083973AD029c2282a
Octal10020322772150513025052
Binary100000010000011100101111110101101010100111000010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408397; }

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

 H1.HeaderClassName
 {
   color: #408397;
 }
 .AnyTagClassName
 {
   color: #408397;
 }
</style>
background-color css

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

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

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

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

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

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