#3E819F

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

Shades of Hippie Blue #3E819F

Tints of Hippie Blue #3E819F

Color information

#3E819F (or 0x3E819F) is unknown color: approx Hippie Blue. HEX triplet: 3E, 81 and 9F. RGB value is (62,129,159). Sum of RGB (Red+Green+Blue) = 62+129+159=350 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.71% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #3E819F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E819F is #C17E60. Grayscale: #707070. Windows color (decimal): -12680801 or 10453310. OLE color: 10453310.

HSL color Cylindrical-coordinate representation of color #3E819F: hue angle of 198.56º 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 #3E819F is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB62129159-
CMYK0.610.1900.38
HSL198.56º43.89%43.33%-
HSV(B)198.56º61.01%62.35%-
XYZ16.0919.2335.66-
YUV112.39154.392.06-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.71%
GREEN value IS 129 (50.78% from 255) = 36.86%
BLUE value IS 159 (62.5% from 255) = 45.43%
R=17.71%
G=36.86%
B=45.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal621291590.610.1900.38198.5643.8943.33
Hex3E819F3D13026c72c2b
Octal7620123775230463075453
Binary111110100000011001111111110110011010011011000111101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E819F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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