#3E869E

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

Shades of Hippie Blue #3E869E

Tints of Hippie Blue #3E869E

Color information

#3E869E (or 0x3E869E) is unknown color: approx Hippie Blue. HEX triplet: 3E, 86 and 9E. RGB value is (62,134,158). Sum of RGB (Red+Green+Blue) = 62+134+158=354 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.51% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E869E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E869E is #C17961. Grayscale: #737373. Windows color (decimal): -12679522 or 10389054. OLE color: 10389054.

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

Color convert

RGB62134158-
CMYK0.610.1500.38
HSL195º43.64%43.14%-
HSV(B)195º60.76%61.96%-
XYZ16.6820.5435.43-
YUV115.21152.1590.05-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.51%
GREEN value IS 134 (52.73% from 255) = 37.85%
BLUE value IS 158 (62.11% from 255) = 44.63%
R=17.51%
G=37.85%
B=44.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal621341580.610.1500.3819543.6443.14
Hex3E869E3DF026c32c2b
Octal7620623675170463035453
Binary11111010000110100111101111011111010011011000011101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,134,158); }

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

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

 a { background-color: rgb(62,134,158); }

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

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

 span { border-color: rgb(62,134,158); }

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