#408296

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

Shades of Hippie Blue #408296

Tints of Hippie Blue #408296

Color information

#408296 (or 0x408296) is unknown color: approx Hippie Blue. HEX triplet: 40, 82 and 96. RGB value is (64,130,150). Sum of RGB (Red+Green+Blue) = 64+130+150=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 150 - color contains mainly: blue. Hex color #408296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408296 is #BF7D69. Grayscale: #707070. Windows color (decimal): -12549482 or 9863744. OLE color: 9863744.

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

Color convert

RGB64130150-
CMYK0.570.1300.41
HSL193.95º40.19%41.96%-
HSV(B)193.95º57.33%58.82%-
XYZ15.619.2631.75-
YUV112.55149.1393.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.60%
GREEN value IS 130 (51.17% from 255) = 37.79%
BLUE value IS 150 (58.98% from 255) = 43.60%
R=18.60%
G=37.79%
B=43.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal641301500.570.1300.41193.9540.1941.96
Hex40829639D029c2282a
Octal10020222671150513025052
Binary100000010000010100101101110011101010100111000010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408296; }

 p { color: rgb(64,130,150); }

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

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

 a { background-color: rgb(64,130,150); }

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

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

 span { border-color: rgb(64,130,150); }

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