#3E8496

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

Shades of Hippie Blue #3E8496

Tints of Hippie Blue #3E8496

Color information

#3E8496 (or 0x3E8496) is unknown color: approx Hippie Blue. HEX triplet: 3E, 84 and 96. RGB value is (62,132,150). Sum of RGB (Red+Green+Blue) = 62+132+150=344 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.02% from 344); Green value is 132 (51.95% from 255 or 38.37% 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 #3E8496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8496 is #C17B69. Grayscale: #707070. Windows color (decimal): -12680042 or 9864254. OLE color: 9864254.

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

Color convert

RGB62132150-
CMYK0.590.1200.41
HSL192.27º41.51%41.57%-
HSV(B)192.27º58.67%58.82%-
XYZ15.7419.7331.83-
YUV113.12148.8191.54-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.02%
GREEN value IS 132 (51.95% from 255) = 38.37%
BLUE value IS 150 (58.98% from 255) = 43.60%
R=18.02%
G=38.37%
B=43.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal621321500.590.1200.41192.2741.5141.57
Hex3E84963BC029c02a2a
Octal7620422673140513005252
Binary11111010000100100101101110111100010100111000000101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E8496; }

 p { color: rgb(62,132,150); }

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

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

 a { background-color: rgb(62,132,150); }

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

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

 span { border-color: rgb(62,132,150); }

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