#3E859B

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

Shades of Hippie Blue #3E859B

Tints of Hippie Blue #3E859B

Color information

#3E859B (or 0x3E859B) is unknown color: approx Hippie Blue. HEX triplet: 3E, 85 and 9B. RGB value is (62,133,155). Sum of RGB (Red+Green+Blue) = 62+133+155=350 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.71% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E859B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E859B is #C17A64. Grayscale: #727272. Windows color (decimal): -12679781 or 10192190. OLE color: 10192190.

HSL color Cylindrical-coordinate representation of color #3E859B: hue angle of 194.19º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E859B is Cyan = 0.6, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB62133155-
CMYK0.60.1400.39
HSL194.19º42.86%42.55%-
HSV(B)194.19º60%60.78%-
XYZ16.2920.1734.04-
YUV114.28150.9890.71-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.71%
GREEN value IS 133 (52.34% from 255) = 38%
BLUE value IS 155 (60.94% from 255) = 44.29%
R=17.71%
G=38%
B=44.29%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal621331550.60.1400.39194.1942.8642.55
Hex3E859B3CE027c22b2b
Octal7620523374160473025353
Binary11111010000101100110111111001110010011111000010101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,133,155); }

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

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

 a { background-color: rgb(62,133,155); }

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

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

 span { border-color: rgb(62,133,155); }

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