#408395

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

Shades of Hippie Blue #408395

Tints of Hippie Blue #408395

Color information

#408395 (or 0x408395) is unknown color: approx Hippie Blue. HEX triplet: 40, 83 and 95. RGB value is (64,131,149). Sum of RGB (Red+Green+Blue) = 64+131+149=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #408395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408395 is #BF7C6A. Grayscale: #707070. Windows color (decimal): -12549227 or 9798464. OLE color: 9798464.

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

Color convert

RGB64131149-
CMYK0.570.1200.42
HSL192.71º39.91%41.76%-
HSV(B)192.71º57.05%58.43%-
XYZ15.6619.4931.37-
YUV113.02148.393.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.60%
GREEN value IS 131 (51.56% from 255) = 38.08%
BLUE value IS 149 (58.59% from 255) = 43.31%
R=18.60%
G=38.08%
B=43.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641311490.570.1200.42192.7139.9141.76
Hex40839539C02Ac1282a
Octal10020322571140523015052
Binary100000010000011100101011110011100010101011000001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408395; }

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

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

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

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

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

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

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

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