#3E859F

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

Shades of Hippie Blue #3E859F

Tints of Hippie Blue #3E859F

Color information

#3E859F (or 0x3E859F) is unknown color: approx Hippie Blue. HEX triplet: 3E, 85 and 9F. RGB value is (62,133,159). Sum of RGB (Red+Green+Blue) = 62+133+159=354 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.51% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 159 - color contains mainly: blue. Hex color #3E859F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E859F is #C17A60. Grayscale: #727272. Windows color (decimal): -12679777 or 10454334. OLE color: 10454334.

HSL color Cylindrical-coordinate representation of color #3E859F: hue angle of 196.08º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E859F is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB62133159-
CMYK0.610.1600.38
HSL196.08º43.89%43.33%-
HSV(B)196.08º61.01%62.35%-
XYZ16.6320.335.84-
YUV114.74152.9890.39-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.51%
GREEN value IS 133 (52.34% from 255) = 37.57%
BLUE value IS 159 (62.5% from 255) = 44.92%
R=17.51%
G=37.57%
B=44.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal621331590.610.1600.38196.0843.8943.33
Hex3E859F3D10026c42c2b
Octal7620523775200463045453
Binary111110100001011001111111110110000010011011000100101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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